Revision: 8708
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8708&view=rev
Author:   natepak
Date:     2010-05-22 21:47:48 +0000 (Sat, 22 May 2010)

Log Message:
-----------
Minor gui fix

Modified Paths:
--------------
    code/gazebo/trunk/server/gui/GLFrame.cc
    code/gazebo/trunk/server/gui/Gui.cc

Modified: code/gazebo/trunk/server/gui/GLFrame.cc
===================================================================
--- code/gazebo/trunk/server/gui/GLFrame.cc     2010-05-22 21:47:04 UTC (rev 
8707)
+++ code/gazebo/trunk/server/gui/GLFrame.cc     2010-05-22 21:47:48 UTC (rev 
8708)
@@ -125,7 +125,7 @@
   x1 += fillerBox->w();
 
   Fl_Group *statsGroup = new Fl_Group(x1, y1,100,20);
-  this->fps = new Fl_Value_Output(x1,y1,25,20,"FPS");
+  this->fps = new Fl_Value_Output(x1,y1,30,20,"FPS");
   this->fps->labelsize(10);
   this->fps->textsize(10);
   this->fps->precision(0);

Modified: code/gazebo/trunk/server/gui/Gui.cc
===================================================================
--- code/gazebo/trunk/server/gui/Gui.cc 2010-05-22 21:47:04 UTC (rev 8707)
+++ code/gazebo/trunk/server/gui/Gui.cc 2010-05-22 21:47:48 UTC (rev 8708)
@@ -195,8 +195,6 @@
     this->timeSlider->value(1.0);
 
   Fl::check();
-
-  //Fl::wait(0.3);
 }
 
 
////////////////////////////////////////////////////////////////////////////////


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------

_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to