Increase widget size so that display is correct on all resolutions.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2023 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
1aebbbbcd8
commit
b8ff2f1621
@ -102,7 +102,7 @@ HelpPageOne::HelpPageOne()
|
||||
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 100, 15);
|
||||
widget_manager->breakLine();
|
||||
|
||||
widget_manager->addTextWgt(WTOK_MSG4, 100, 10,
|
||||
widget_manager->addTextWgt(WTOK_MSG4, 100, 15,
|
||||
//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."));
|
||||
|
Loading…
Reference in New Issue
Block a user