This commit is contained in:
Anuken
2020-07-18 22:50:05 -04:00
parent 870f06218b
commit c772e1fcc6
5 changed files with 13 additions and 6 deletions

View File

@@ -400,7 +400,7 @@ public class Mods implements Loadable{
d.button("$details", Icon.downOpen, Styles.transt, () -> {
new Dialog(""){{
setFillParent(true);
cont.pane(e -> e.add(c.minfo.error)).grow();
cont.pane(e -> e.add(c.minfo.error).wrap().grow()).grow();
cont.row();
cont.button("$ok", Icon.left, this::hide).size(240f, 60f);
}}.show();