Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4164 in orxonox.OLD


Ignore:
Timestamp:
May 11, 2005, 12:59:25 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the start-button down (in the Gui)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui.cc

    r4132 r4164  
    8181      Box* optionBoxR = new Box('v');
    8282      {
    83         exec = new GuiExec();
    84         optionBoxR->fill(exec->getWidget());
    85        
    8683        flags = new GuiFlags();
    87        
    8884        optionBoxR->fill(flags->getWidget());
    8985       
    9086        update = new GuiUpdate();
    9187        optionBoxR->fill(update->getWidget());
     88
     89        exec = new GuiExec();
     90        optionBoxR->fill(exec->getWidget());
    9291      }
    9392      windowBox->fill(optionBoxR);
Note: See TracChangeset for help on using the changeset viewer.