components/prefwindow/content/privacyExpanderBindings.xml

- Support the "disabled" property on the internal Clear button
This commit is contained in:
ben%bengoodger.com 2003-08-04 22:42:22 +00:00
Родитель 61b2f313d7
Коммит 266b50eea6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,7 +46,7 @@
<xul:hbox align="center">
<xul:button type="disclosure" class="expanderButton" anonid="disclosure" xbl:inherits="disabled" mousethrough="always"/>
<xul:label class="header expanderButton" anonid="label" xbl:inherits="value=label,disabled" mousethrough="always" flex="1"/>
<xul:button anonid="clear-button" xbl:inherits="label=clearlabel,disabled,disabled=cleardisabled" mousethrough="always"/>
<xul:button anonid="clear-button" xbl:inherits="label=clearlabel,disabled=cleardisabled" mousethrough="always"/>
</xul:hbox>
<xul:vbox flex="1" anonid="settings" class="settingsContainer" collapsed="true">
<children/>