accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / global / skin / treeBindings.xml
index 1203d58190b68abf496a059cfee65e7e4db149a3..525d9a76db842443e1e73946f7e8b833d9f42ac1 100755 (executable)
@@ -1,18 +1,18 @@
-<?xml version="1.0"?>\r
-\r
-<bindings id="treeBindings"\r
-   xmlns="http://www.mozilla.org/xbl"\r
-   xmlns:html="http://www.w3.org/1999/xhtml"\r
-   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">\r
-\r
-  <binding id="treecell-header">\r
-    <content excludes="observes">\r
-      <xul:box class="treecell-header-box" flex="1" autostretch="never" valign="middle">\r
-        <xul:image class="tree-header-image" inherits="src"/>\r
-        <xul:text class="tree-header-text" inherits="crop,value" flex="1" crop="right"/>\r
-        <xul:image class="tree-header-sortdirection"/>\r
-      </xul:box>\r
-    </content>\r
-  </binding>\r
-   \r
-</bindings>
\ No newline at end of file
+<?xml version="1.0"?>
+
+<bindings id="treeBindings"
+   xmlns="http://www.mozilla.org/xbl"
+   xmlns:html="http://www.w3.org/1999/xhtml"
+   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+  <binding id="treecell-header">
+    <content excludes="observes">
+      <xul:hbox class="treecell-header-box" flex="1" autostretch="never" align="center">
+        <xul:image class="tree-header-image" inherits="src"/>
+        <xul:text class="tree-header-text" inherits="crop,value" flex="1" crop="right"/>
+        <xul:image class="tree-header-sortdirection"/>
+      </xul:hbox>
+    </content>
+  </binding>
+   
+</bindings>