Move buttons upwards to accommodate for new configure keys button in the

pause menu
This commit is contained in:
Craig Robbins 2014-10-16 17:47:54 +10:00 committed by RealBadAngel
parent 0066bd77d2
commit fe8ef1be59
1 changed files with 2 additions and 1 deletions

View 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