[mapguide-commits] r4861 - sandbox/maestro-2.5/Maestro.Base

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 12 16:02:43 EDT 2010


Author: jng
Date: 2010-05-12 16:02:42 -0400 (Wed, 12 May 2010)
New Revision: 4861

Modified:
   sandbox/maestro-2.5/Maestro.Base/Workbench.cs
Log:
Let the main toolbar occupy the full width of its parent container

Modified: sandbox/maestro-2.5/Maestro.Base/Workbench.cs
===================================================================
--- sandbox/maestro-2.5/Maestro.Base/Workbench.cs	2010-05-12 19:58:59 UTC (rev 4860)
+++ sandbox/maestro-2.5/Maestro.Base/Workbench.cs	2010-05-12 20:02:42 UTC (rev 4861)
@@ -107,7 +107,8 @@
             toolStripContainer.RightToolStripPanel.ContextMenuStrip = ctxToolbar;
 
             toolbar = ToolbarService.CreateToolStrip(this, "/Maestro/Shell/Toolbars/Main");
-            
+            toolbar.Stretch = true;
+
             AddToolbar("Base", toolbar, ToolbarRegion.Top, true);
             
             status = new StatusStrip();



More information about the mapguide-commits mailing list