less margin

This commit is contained in:
ThePythonGuy 2020-07-31 14:29:23 +02:00 committed by GitHub
parent df635777c3
commit 2e09373fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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