1d798428 |
1 | <?xml version="1.0"?>\r |
2 | \r |
3 | <bindings id="treeBindings"\r |
4 | xmlns="http://www.mozilla.org/xbl"\r |
5 | xmlns:html="http://www.w3.org/1999/xhtml"\r |
6 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">\r |
7 | \r |
8 | <binding id="treecell-header">\r |
9 | <content excludes="observes">\r |
10 | <xul:box class="treecell-header-box" flex="1" autostretch="never" valign="middle">\r |
11 | <xul:image class="tree-header-image" inherits="src"/>\r |
12 | <xul:text class="tree-header-text" inherits="crop,value" flex="1" crop="right"/>\r |
13 | <xul:image class="tree-header-sortdirection"/>\r |
14 | </xul:box>\r |
15 | </content>\r |
16 | </binding>\r |
17 | \r |
18 | </bindings> |