Bug 412824: UI misalignment after checking for addon updates. r=robstrong, a=schrep

This commit is contained in:
dtownsend@oxymoronical.com 2008-02-08 04:45:35 -08:00
Родитель a23d8825ef
Коммит 6f62cc9df3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -726,7 +726,7 @@
<xul:vbox flex="1">
<xul:hbox class="addon-name-version" xbl:inherits="name, version"/>
<xul:hbox>
<xul:description xbl:inherits="value=updateStatus" flex="1" crop="end"/>
<xul:label xbl:inherits="value=updateStatus" flex="1" crop="end"/>
</xul:hbox>
</xul:vbox>
</xul:hbox>
@ -742,7 +742,7 @@
<xul:vbox flex="1">
<xul:hbox class="addon-name-version" xbl:inherits="name, version"/>
<xul:hbox>
<xul:description xbl:inherits="value=updateAvailableMsg" flex="1" crop="end"/>
<xul:label xbl:inherits="value=updateAvailableMsg" flex="1" crop="end"/>
</xul:hbox>
<xul:hbox pack="end" align="end">
<xul:checkbox anonid="includeUpdate" class="includeUpdate" checked="true"