grow each mod

This commit is contained in:
DeltaNedas
2020-08-04 01:46:26 +01:00
parent e78948e548
commit 1589b8a72b

View File

@@ -231,7 +231,7 @@ public class ModsDialog extends BaseDialog{
t.labelWrap("$mod.erroredcontent").growX(); t.labelWrap("$mod.erroredcontent").growX();
t.row(); t.row();
} }
}, Styles.clearPartialt, () -> showMod(mod)).size(w, h).pad(4f); }, Styles.clearPartialt, () -> showMod(mod)).size(w, h).growX().pad(4f);
table.row(); table.row();
} }
}); });