Bug 418879 - "Long feed URLs cause scrollbar to appear in Page Info" (Followup patch) [r=gavin]

This commit is contained in:
Ehsan Akhgari 2008-08-20 00:06:58 -05:00
Родитель 2ea6d8931a
Коммит 56f0200552
1 изменённых файлов: 8 добавлений и 5 удалений

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

@ -54,11 +54,14 @@
class="feedTitle"/>
<xul:label xbl:inherits="value=type"/>
</xul:hbox>
<xul:hbox>
<xul:label xbl:inherits="value=feedURL,tooltiptext=feedURL" class="text-link" flex="1"
onclick="openUILink(this.value, event);" crop="end"/>
<xul:spacer flex="10000"/>
</xul:hbox>
<xul:vbox>
<xul:vbox align="start">
<xul:hbox>
<xul:label xbl:inherits="value=feedURL,tooltiptext=feedURL" class="text-link" flex="1"
onclick="openUILink(this.value, event);" crop="end"/>
</xul:hbox>
</xul:vbox>
</xul:vbox>
<xul:hbox flex="1" class="feed-subscribe">
<xul:spacer flex="1"/>
<xul:button label="&feedSubscribe;" accesskey="&feedSubscribe.accesskey;"