Bug 222585 dialogheader should crop r=varga sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@148077 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2003-10-17 19:58:12 +00:00
parent 55797545dd
commit edb932363f

View File

@@ -326,8 +326,7 @@
<binding id="dialogheader" extends="chrome://global/content/bindings/dialog.xml#dialog-base">
<content>
<xul:label class="dialogheader-title" xbl:inherits="value=title"/>
<xul:spacer flex="1"/>
<xul:label class="dialogheader-title" xbl:inherits="value=title,crop" crop="right" flex="1"/>
<xul:label class="dialogheader-description" xbl:inherits="value=description"/>
</content>
</binding>