mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 02:37:12 +07:00
Fixed map alignment
This commit is contained in:
parent
8c56568f23
commit
38de095a2e
@ -126,9 +126,10 @@ public abstract class MapListDialog extends BaseDialog{
|
||||
mapTable.row();
|
||||
}
|
||||
|
||||
TextButton button = mapTable.button("", Styles.grayt, () -> showMap(map)).width(mapsize).pad(8).get();
|
||||
TextButton button = mapTable.button("", Styles.grayt, () -> showMap(map)).width(mapsize).bottom().growY().pad(8).get();
|
||||
button.clearChildren();
|
||||
button.margin(9);
|
||||
button.bottom();
|
||||
|
||||
//TODO hide in editor?
|
||||
button.table(t -> {
|
||||
|
Loading…
Reference in New Issue
Block a user