add margin to the buttons

This commit is contained in:
ThePythonGuy
2020-07-31 12:49:03 +02:00
committed by GitHub
parent 3a2a591c43
commit b2f973735b

View File

@@ -191,7 +191,7 @@ public class ModsDialog extends BaseDialog{
} }
}, t2 -> Core.app.post(() -> modError(t2))); }, t2 -> Core.app.post(() -> modError(t2)));
}, t2 -> Core.app.post(() -> modError(t2))); }, t2 -> Core.app.post(() -> modError(t2)));
}).width(380f).growX().left().fillY(); }).width(380f).margin(8f).growX().left().fillY();
tablebrow.row(); tablebrow.row();
} }
}, error -> { }, error -> {