| 1 | <?xml version="1.0"?>\r |
| 2 | \r |
| 3 | <bindings id="globalBindings"\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 | \r |
| 9 | <binding id="status-bar" extends="xul:box">\r |
| 10 | <content>\r |
| 11 | <xul:box>\r |
| 12 | <xul:image class="statusbar-left"/>\r |
| 13 | <xul:box autostretch="never" flex="1">\r |
| 14 | <children/>\r |
| 15 | </xul:box>\r |
| 16 | <xul:image class="statusbar-right"/>\r |
| 17 | </xul:box>\r |
| 18 | </content>\r |
| 19 | </binding>\r |
| 20 | \r |
| 21 | </bindings> |