mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Fixed map alignment
This commit is contained in:
parent
8c56568f23
commit
38de095a2e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue