Map center button

This commit is contained in:
Anuken
2020-10-10 12:05:11 -04:00
parent 63bf066cff
commit 3f74c61c0a
6 changed files with 3 additions and 2 deletions

View File

@@ -560,8 +560,8 @@ public class MapEditorDialog extends Dialog implements Disposable{
mid.row();
mid.table(t -> {
t.button("@editor.center", () -> view.center()).growX();
}).pad(-5).style(Styles.squaret).growX().top();
t.button("@editor.center", Icon.move, Styles.cleart, () -> view.center()).growX().margin(9f);
}).growX().top();
}).margin(0).left().growY();