Bug 222585: dialogheader should crop p=neil, r=varga sr=bienvenu

This commit is contained in:
chanial%noos.fr 2003-10-17 21:27:28 +00:00
Родитель 1d0687628c
Коммит f283fde914
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -346,8 +346,7 @@
<binding id="dialogheader" extends="chrome://global/content/widgets/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>