mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 05:50:54 +07:00
F
This commit is contained in:
parent
3d201f7042
commit
5675a5b035
@ -310,7 +310,7 @@ public class MapGenerateDialog extends BaseDialog{
|
||||
selection.hide();
|
||||
});
|
||||
}).get().setScrollingDisabled(true, false);
|
||||
F
|
||||
|
||||
selection.addCloseButton();
|
||||
selection.show();
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ public class PlayerListFragment extends Fragment{
|
||||
menu.button("@close", this::toggle);
|
||||
}).margin(0f).pad(10f).growX();
|
||||
|
||||
}).touchable(Touchable.enabled).margin(14f);
|
||||
}).touchable(Touchable.enabled).margin(14f).minWidth(360f);
|
||||
});
|
||||
|
||||
rebuild();
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=08046a31abc93a2628d02e402e98100f2842c72f
|
||||
archash=8cf81e0e609712351693d9756fec87809b0b78f7
|
||||
|
Loading…
Reference in New Issue
Block a user