Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0"?> | |
2 | ||
3 | <bindings id="buttonBindings" | |
4 | xmlns="http://www.mozilla.org/xbl" | |
5 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
6 | ||
7 | <binding id="sidebar-panel-header"> | |
8 | <content> | |
9 | <xul:box class="sidebar-panel-header-box" flex="1" autostretch="never" valign="middle"> | |
10 | <xul:text class="sidebar-panel-header-text" inherits="value=label,accesskey,crop" crop="right"/> | |
11 | </xul:box> | |
12 | </content> | |
13 | </binding> | |
14 | ||
15 | </bindings> |