From e5420557464a3ea6bc0bfb591865730dd5cacdac Mon Sep 17 00:00:00 2001 From: auria Date: Fri, 12 Dec 2008 18:59:59 +0000 Subject: [PATCH] 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 --- src/gui/race_options.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gui/race_options.cpp b/src/gui/race_options.cpp index e18e068a4..ff6c70e7c 100644 --- a/src/gui/race_options.cpp +++ b/src/gui/race_options.cpp @@ -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 to go back") ); widget_manager->layout(WGT_AREA_ALL);