mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-05 21:51:01 -07:00
less margin
This commit is contained in:
parent
df635777c3
commit
2e09373fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue