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:
cosmosninja
2008-05-15 02:19:38 +00:00
parent f02405a133
commit 3e6f860d57
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -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();