Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<bindings id="globalBindings"
<binding id="texttab">
<content>
<xul:image class="box-texttab-left"/>
<xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
<xul:spacer flex="1"/>
<xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
<xul:spacer flex="1"/>
</xul:vbox>
<xul:image class="box-texttab-right"/>
<xul:spacer class="box-texttab-right-space"/>
</content>
</binding>
<binding id="sidebar-header-box" extends="xul:box">
<content align="center">
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
<xul:box>
<children/>
</xul:box>
</content>
</binding>
</bindings>