larger margin

This commit is contained in:
ThePythonGuy
2020-07-31 13:20:38 +02:00
committed by GitHub
parent b2f973735b
commit df635777c3

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(8f).growX().left().fillY();
}).width(380f).margin(20f).growX().left().fillY();
tablebrow.row();
}
}, error -> {