[open-ils-commits] r12031 - branches/staff-client-experiment/Open-ILS/xul/staff_client/chrome/content/main

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Jan 31 23:50:20 EST 2009


Author: phasefx
Date: 2009-01-31 23:50:17 -0500 (Sat, 31 Jan 2009)
New Revision: 12031

Modified:
   branches/staff-client-experiment/Open-ILS/xul/staff_client/chrome/content/main/main.xul
Log:
in case this 'button bar' gets too wide

Modified: branches/staff-client-experiment/Open-ILS/xul/staff_client/chrome/content/main/main.xul
===================================================================
--- branches/staff-client-experiment/Open-ILS/xul/staff_client/chrome/content/main/main.xul	2009-02-01 04:49:59 UTC (rev 12030)
+++ branches/staff-client-experiment/Open-ILS/xul/staff_client/chrome/content/main/main.xul	2009-02-01 04:50:17 UTC (rev 12031)
@@ -182,13 +182,15 @@
 		<button label="&staff.auth.quit_prompt;" accesskey="&staff.auth.quit_prompt.accesskey;" command="cmd_close_window"/>
 		<groupbox id="debug_gb" flex="1" hidden="true">
 			<caption label="&staff.main.auth.debug.caption;"/>
-			<hbox>
-				<button label="&staff.main.auth.debug.javascript;" accesskey="&staff.main.auth.debug.javascript.accesskey;" command="cmd_js_console"/>
-				<button label="&staff.main.auth.debug.debugger;" accesskey="&staff.main.auth.debug.debugger.accesskey;" command="cmd_debugger"/>
-				<button label="&staff.main.auth.debug.inspector;" accesskey="&staff.main.auth.debug.inspector.accesskey;" command="cmd_inspector"/>
-				<button label="&staff.main.auth.debug.chrome_list;" accesskey="&staff.main.auth.debug.chrome_list.accesskey;" command="cmd_chrome_list"/>
-				<button label="&staff.main.auth.debug.clear;" accesskey="&staff.main.auth.debug.clear.accesskey;" command="cmd_clear_cache"/>
-			</hbox>
+            <hbox>
+                <arrowscrollbox orient="horizontal" flex="1">
+                    <button label="&staff.main.auth.debug.javascript;" accesskey="&staff.main.auth.debug.javascript.accesskey;" command="cmd_js_console"/>
+                    <button label="&staff.main.auth.debug.debugger;" accesskey="&staff.main.auth.debug.debugger.accesskey;" command="cmd_debugger"/>
+                    <button label="&staff.main.auth.debug.inspector;" accesskey="&staff.main.auth.debug.inspector.accesskey;" command="cmd_inspector"/>
+                    <button label="&staff.main.auth.debug.chrome_list;" accesskey="&staff.main.auth.debug.chrome_list.accesskey;" command="cmd_chrome_list"/>
+                    <button label="&staff.main.auth.debug.clear;" accesskey="&staff.main.auth.debug.clear.accesskey;" command="cmd_clear_cache"/>
+                </arrowscrollbox>
+            </hbox>
 		</groupbox>
 
 	</groupbox>



More information about the open-ils-commits mailing list