Skip to content

Commit

Permalink
moveVControls fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jul 5, 2011
1 parent da39e8a commit 2cd3b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/globe/globe_plugin.cpp
Expand Up @@ -291,8 +291,8 @@ void GlobePlugin::setupControls()
//Vertical container
VBox* moveVControls = new VBox();
moveVControls->setFrame( new RoundedFrame() );
//moveControls->getFrame()->setBackColor(0.5,0.5,0.5,0.1);
moveControls->setMargin( 10 );
//moveVControls->getFrame()->setBackColor(0.5,0.5,0.5,0.1);
moveVControls->setMargin( 10 );
moveVControls->setSpacing( 15 );
moveVControls->setVertAlign( Control::ALIGN_CENTER );
moveVControls->setHorizAlign( Control::ALIGN_CENTER );
Expand Down

0 comments on commit 2cd3b0c

Please sign in to comment.