Bug 1239976 - Change conversation window title to have ellipses at the end, rather than in the middle. r=mixedpuppy

This commit is contained in:
Ed Lee 2016-01-26 05:46:06 -07:00
parent 2df3a1b2b8
commit ea0da6902e

View File

@ -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"