mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 489229: Cleanup in Add-ons Manager, r=gavin
This commit is contained in:
parent
a208fa217e
commit
981b8b4152
@ -23,8 +23,10 @@
|
||||
<xul:spacer flex="1"/>
|
||||
<xul:label class="normal" crop="end" xbl:inherits="value=typeLabel"/>
|
||||
</xul:hbox>
|
||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
|
||||
</xul:hbox>
|
||||
</xul:vbox>
|
||||
</xul:hbox>
|
||||
<xul:hbox class="show-on-select buttons-box">
|
||||
@ -106,17 +108,23 @@
|
||||
</binding>
|
||||
|
||||
<binding id="extension-search" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
|
||||
<content orient="horizontal" align="start">
|
||||
<xul:image xbl:inherits="src=iconURL"/>
|
||||
<content orient="vertical">
|
||||
<xul:hbox align="start">
|
||||
<xul:image xbl:inherits="src=iconURL"/>
|
||||
<xul:vbox flex="1">
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="title" xbl:inherits="value=name"/>
|
||||
<xul:label class="normal" xbl:inherits="value=version"/>
|
||||
<xul:spacer flex="1"/>
|
||||
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
|
||||
</xul:hbox>
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
|
||||
</xul:hbox>
|
||||
</xul:vbox>
|
||||
</xul:hbox>
|
||||
<xul:vbox flex="1">
|
||||
<xul:hbox align="center">
|
||||
<xul:label class="title" xbl:inherits="value=name"/>
|
||||
<xul:label class="normal" xbl:inherits="value=version"/>
|
||||
<xul:spacer flex="1"/>
|
||||
<xul:hbox class="addon-type-or-rating" align="center" xbl:inherits="rating"/>
|
||||
</xul:hbox>
|
||||
<xul:label class="normal hide-on-select" xbl:inherits="value=description" crop="end" flex="1"/>
|
||||
<xul:description class="normal show-on-select" xbl:inherits="xbl:text=description" flex="1"/>
|
||||
<xul:hbox class="show-on-select">
|
||||
<xul:button class="addon-install hide-on-install hide-on-restart" label="&addonShowPage.label;"
|
||||
oncommand="ExtensionsView.showPage(document.getBindingParent(this));"/>
|
||||
|
Loading…
Reference in New Issue
Block a user