organizer.xml 855 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <bindings id="organizerBindings"
  6. xmlns="http://www.mozilla.org/xbl"
  7. xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8. xmlns:xbl="http://www.mozilla.org/xbl">
  9. <binding id="toolbarbutton-dropdown"
  10. extends="chrome://global/content/bindings/menu.xml#menu-base">
  11. <content>
  12. <xul:image class="menubar-left" xbl:inherits="src=image"/>
  13. <xul:label class="menubar-text" xbl:inherits="value=label,accesskey,crop" crop="right"/>
  14. <xul:hbox class="menubar-right"/>
  15. <children includes="menupopup"/>
  16. </content>
  17. </binding>
  18. </bindings>