From fe8ef1be59399a327d9df50a0ab823bb2731de79 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Thu, 16 Oct 2014 17:47:54 +1000 Subject: [PATCH] Move buttons upwards to accommodate for new configure keys button in the pause menu --- src/game.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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