From: Craig Robbins Date: Thu, 16 Oct 2014 07:47:54 +0000 (+1000) Subject: Move buttons upwards to accommodate for new configure keys button in the X-Git-Tag: 0.4.11~229 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe8ef1be59399a327d9df50a0ab823bb2731de79;p=oweals%2Fminetest.git Move buttons upwards to accommodate for new configure keys button in the pause menu --- diff --git a/src/game.cpp b/src/game.cpp index 774d8f03e..2f228b0ed 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec, "- T: chat\n" )); #endif - float ypos = singleplayermode ? 1.0 : 0.5; + + float ypos = singleplayermode ? 0.5 : 0.1; std::ostringstream os; os << FORMSPEC_VERSION_STRING << SIZE_TAG