Removed workarounds for widgets that got too big because of the text

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1931 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja
2008-05-18 03:05:08 +00:00
parent 7a1a13b3b6
commit 7679494058
2 changed files with 0 additions and 2 deletions

View File

@@ -111,7 +111,6 @@ 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,7 +44,6 @@ 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();