Changed some widgets so they are not resized as a quick fix.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1895 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -111,6 +111,7 @@ HelpPageOne::HelpPageOne()
|
||||
//Next line starts at column 0 to avoid spaces in the GUI
|
||||
_("At high speeds wheelies drive you faster, but you can't steer. If you\n\
|
||||
get stuck or fall too far, use the rescue button to get back on track."));
|
||||
widget_manager->setWgtResizeToText( WTOK_MSG4, false );
|
||||
widget_manager->breakLine();
|
||||
|
||||
widget_manager->addTextWgt(WTOK_MSG5, 70, 7,
|
||||
|
||||
@@ -44,6 +44,7 @@ MainMenu::MainMenu()
|
||||
widget_manager->switchOrder();
|
||||
|
||||
widget_manager->addTextButtonWgt( WTOK_SINGLE, 25, 7, _("Single Player") );
|
||||
widget_manager->setWgtResizeToText( WTOK_SINGLE, false );
|
||||
widget_manager->addTextButtonWgt( WTOK_MULTI, 25, 7, _("Multiplayer") );
|
||||
|
||||
std::vector<const Challenge*> all_challenges=unlock_manager->getActiveChallenges();
|
||||
|
||||
Reference in New Issue
Block a user