1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 05:17:50 +03:00

Mobile layout fix

This commit is contained in:
Anuken 2019-10-25 15:06:12 -04:00
parent 44dc250a2b
commit f84a7e7661

View File

@ -107,6 +107,7 @@ public class MenuFragment extends Fragment{
container.add(join);
container.add(custom);
container.add(maps);
container.row();
container.table(table -> {
table.defaults().set(container.defaults());