Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Globe zoomout button size fixed
  • Loading branch information
pka committed Oct 19, 2012
1 parent 6a53f13 commit ed2e7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/globe/globe_plugin.cpp
Expand Up @@ -646,7 +646,7 @@ void GlobePlugin::setupControls()
#endif
extraControls->setVertAlign( Control::ALIGN_CENTER );
extraControls->setHorizAlign( Control::ALIGN_CENTER );
extraControls->setPosition( 5, 220 );
extraControls->setPosition( 5, 231 );
extraControls->setPadding( 6 );

//Sync Extent
Expand Down
Binary file modified src/plugins/globe/images/gui/zoom-out.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed2e7d7

Please sign in to comment.