[open-ils-commits] r17804 - trunk/Open-ILS/xul/staff_client/chrome/content/main (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 17 22:02:37 EDT 2010
Author: miker
Date: 2010-09-17 22:02:35 -0400 (Fri, 17 Sep 2010)
New Revision: 17804
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
Log:
Patch from James Fournie of SITKA:
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.
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul 2010-09-18 01:58:25 UTC (rev 17803)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul 2010-09-18 02:02:35 UTC (rev 17804)
@@ -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"
More information about the open-ils-commits
mailing list