зеркало из https://github.com/mozilla/pjs.git
Bug 565484 - Addons Manager is horizontally pannable with long extension titles listed [r=mbrubeck]
This commit is contained in:
Родитель
dd05d4e0bf
Коммит
7becfea648
|
@ -18,10 +18,10 @@
|
||||||
<xul:image xbl:inherits="src=iconURL"/>
|
<xul:image xbl:inherits="src=iconURL"/>
|
||||||
<xul:vbox flex="1">
|
<xul:vbox flex="1">
|
||||||
<xul:hbox align="center">
|
<xul:hbox align="center">
|
||||||
<xul:label class="title" xbl:inherits="value=name"/>
|
<xul:label class="title" xbl:inherits="value=name" crop="end" flex="1"/>
|
||||||
<xul:label class="normal" xbl:inherits="value=version"/>
|
<xul:label class="normal" xbl:inherits="value=version"/>
|
||||||
<xul:spacer flex="1"/>
|
<xul:spacer flex="1000"/>
|
||||||
<xul:label class="normal" crop="end" xbl:inherits="value=typeLabel"/>
|
<xul:label class="normal" xbl:inherits="value=typeLabel"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:vbox>
|
<xul:vbox>
|
||||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||||
|
@ -133,9 +133,9 @@
|
||||||
<xul:image width="32" height="32" xbl:inherits="src=iconURL"/>
|
<xul:image width="32" height="32" xbl:inherits="src=iconURL"/>
|
||||||
<xul:vbox flex="1">
|
<xul:vbox flex="1">
|
||||||
<xul:hbox align="center">
|
<xul:hbox align="center">
|
||||||
<xul:label class="title" xbl:inherits="value=name"/>
|
<xul:label class="title" xbl:inherits="value=name" crop="end" flex="1"/>
|
||||||
<xul:spacer flex="1"/>
|
<xul:spacer flex="1000"/>
|
||||||
<xul:label class="normal" crop="end" xbl:inherits="value=typeLabel"/>
|
<xul:label class="normal" xbl:inherits="value=typeLabel"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:vbox>
|
<xul:vbox>
|
||||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||||
|
@ -173,9 +173,9 @@
|
||||||
<xul:image xbl:inherits="src=iconURL"/>
|
<xul:image xbl:inherits="src=iconURL"/>
|
||||||
<xul:vbox flex="1">
|
<xul:vbox flex="1">
|
||||||
<xul:hbox align="center">
|
<xul:hbox align="center">
|
||||||
<xul:label class="title" xbl:inherits="value=name"/>
|
<xul:label class="title" xbl:inherits="value=name" crop="end" flex="1"/>
|
||||||
<xul:label class="normal" xbl:inherits="value=version"/>
|
<xul:label class="normal" xbl:inherits="value=version"/>
|
||||||
<xul:spacer flex="1"/>
|
<xul:spacer flex="1000"/>
|
||||||
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
|
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:vbox>
|
<xul:vbox>
|
||||||
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
<binding id="extension-search-recommended">
|
<binding id="extension-search-recommended">
|
||||||
<content>
|
<content>
|
||||||
<xul:label class="normal" value="&addonsSearch.recommended;" crop="end"/>
|
<xul:label class="normal" value="&addonsSearch.recommended;"/>
|
||||||
</content>
|
</content>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче