Move buttons upwards to accommodate for new configure keys button in the
pause menumaster
parent
0066bd77d2
commit
fe8ef1be59
|
@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,
|
||||||
"- T: chat\n"
|
"- T: chat\n"
|
||||||
));
|
));
|
||||||
#endif
|
#endif
|
||||||
float ypos = singleplayermode ? 1.0 : 0.5;
|
|
||||||
|
float ypos = singleplayermode ? 0.5 : 0.1;
|
||||||
std::ostringstream os;
|
std::ostringstream os;
|
||||||
|
|
||||||
os << FORMSPEC_VERSION_STRING << SIZE_TAG
|
os << FORMSPEC_VERSION_STRING << SIZE_TAG
|
||||||
|
|
Loading…
Reference in New Issue