tweaked another menu to look nicer on background

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2640 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-12 18:59:59 +00:00
parent de8edc05bb
commit e542055746

View File

@ -73,6 +73,9 @@ RaceOptions::RaceOptions()
const int DESC_WIDTH=48;
const int ITEM_WIDTH=35;
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 10, 20);
widget_manager->breakLine();
// Difficulty
// ==========
// if there is no AI, no point asking for its difficulty...
@ -145,7 +148,9 @@ RaceOptions::RaceOptions()
widget_manager->breakLine();
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 1, 10);
widget_manager->addEmptyWgt( WidgetManager::WGT_NONE, 10, 30);
widget_manager->breakLine();
widget_manager->addTextButtonWgt( WTOK_QUIT, 60, 7, _("Press <ESC> to go back") );
widget_manager->layout(WGT_AREA_ALL);