Revision: 8365
http://playerstage.svn.sourceforge.net/playerstage/?rev=8365&view=rev
Author: natepak
Date: 2009-11-04 16:38:26 +0000 (Wed, 04 Nov 2009)
Log Message:
-----------
Moved the toolbar to the left side
Modified Paths:
--------------
code/gazebo/trunk/server/gui/Gui.cc
Modified: code/gazebo/trunk/server/gui/Gui.cc
===================================================================
--- code/gazebo/trunk/server/gui/Gui.cc 2009-11-04 16:37:44 UTC (rev 8364)
+++ code/gazebo/trunk/server/gui/Gui.cc 2009-11-04 16:38:26 UTC (rev 8365)
@@ -65,13 +65,13 @@
// Create a main menu
new MainMenu(0,0,w(),30,(char *)"MainMenu");
+ this->toolbar = new Toolbar(0, 30,
+ toolbarWidth, this->h() - 60);
+
// Create the frame mamanger
- this->frameMgr = new GLFrameManager(0, 30,
+ this->frameMgr = new GLFrameManager(toolbarWidth, 30,
this->w()-toolbarWidth, this->h()-60, "");
- this->toolbar = new Toolbar(this->w() - toolbarWidth, 30,
- toolbarWidth, this->h() - 60);
-
// Create the status bar
this->statusbar = new StatusBar(0, height-30,
width, 30);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit