Patch from James Fournie of SITKA:
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Sep 2010 02:02:35 +0000 (02:02 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Sep 2010 02:02:35 +0000 (02:02 +0000)
This is a patch that makes the toolbar work with the little jellybean
button on Macs.   It's that little lozenge-like button on the top
right of Mac programs that shows/hides the toolbar.  With this patch
it will show/hide the toolbar "button bar", making it behave more like
most Mac programs.  It shouldn't have any affect on other platforms.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17804 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul

index faaefd5..d1a176e 100644 (file)
@@ -83,7 +83,7 @@
         <menu id="main.menu.admin" />
         <menu id="main.menu.help" />
     </menubar>
-    <toolbar id="main_toolbar" hidden="true">
+    <toolbar id="main_toolbar" hidden="true" class="chromeclass-toolbar">
         <toolbarbutton id="tb_checkout" 
             command="cmd_circ_checkout" 
             image="chrome://open_ils_staff_client/skin/media/images/Arrow-rightup-small.png"