grow each mod

This commit is contained in:
DeltaNedas 2020-08-04 01:46:26 +01:00
parent e78948e548
commit 1589b8a72b
No known key found for this signature in database
GPG Key ID: 45F69980A8B65168

View File

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