Move buttons upwards to accommodate for new configure keys button in the
authorCraig Robbins <kde.psych@gmail.com>
Thu, 16 Oct 2014 07:47:54 +0000 (17:47 +1000)
committerRealBadAngel <maciej.kasatkin@o2.pl>
Sat, 18 Oct 2014 15:30:17 +0000 (17:30 +0200)
pause menu

src/game.cpp

index 774d8f03e086423ad745a1c185192399c4f65ef6..2f228b0eda64e65d81f65da5a21e655f4fa33349 100644 (file)
@@ -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