components/prefwindow/content/privacyExpanderBindings.xml

- Support the "disabled" property on the internal Clear button


git-svn-id: svn://10.0.0.236/trunk@145567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2003-08-04 22:42:22 +00:00
parent e4f03a39a5
commit 665a07cb3d

View File

@@ -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/>