Fix for thunderbird broken radio buttons (bug 252655) - this XBL binding that was added to winstripe needs to be added to qute as well.

This commit is contained in:
bryner%brianryner.com 2004-07-22 22:45:22 +00:00
Родитель 717ce911af
Коммит 12d1218f8f
1 изменённых файлов: 20 добавлений и 0 удалений

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

@ -20,6 +20,26 @@
</content>
</binding>
<binding id="radio-with-spacing"
extends="chrome://global/skin/globalBindings.xml#radio">
<content>
<xul:hbox class="radio-spacer-box">
<xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
<xul:hbox class="radio-check-box2" flex="1">
<xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
</xul:hbox>
</xul:hbox>
</xul:hbox>
<xul:hbox class="radio-label-center-box" flex="1">
<xul:hbox class="radio-label-box" flex="1">
<xul:image class="radio-icon" xbl:inherits="src"/>
<xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
</xul:hbox>
</xul:hbox>
</content>
</binding>
<binding id="toolbarpaletteitem-spacer" extends="chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem">
<content>
<xul:spacer class="spacer-left"/>