mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 1239976 - Change conversation window title to have ellipses at the end, rather than in the middle. r=mixedpuppy
This commit is contained in:
parent
2df3a1b2b8
commit
ea0da6902e
@ -10,7 +10,7 @@
|
||||
<xul:hbox class="chat-titlebar" xbl:inherits="minimized,selected,activity" align="baseline">
|
||||
<xul:hbox flex="1" onclick="document.getBindingParent(this).onTitlebarClick(event);">
|
||||
<xul:image class="chat-status-icon" xbl:inherits="src=image"/>
|
||||
<xul:label class="chat-title" flex="1" xbl:inherits="value=label" crop="center"/>
|
||||
<xul:label class="chat-title" flex="1" xbl:inherits="crop=titlecrop,value=label" crop="end"/>
|
||||
</xul:hbox>
|
||||
<xul:toolbarbutton anonid="webRTC-shareScreen-icon"
|
||||
class="notification-anchor-icon chat-toolbarbutton"
|
||||
|
Loading…
Reference in New Issue
Block a user