add margin to the buttons
This commit is contained in:
@@ -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 -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user