nevermind

This commit is contained in:
Anuken 2024-12-15 23:50:41 -05:00
parent a11db0a741
commit 9430e8bcde

View File

@ -98,7 +98,8 @@ public class ContentInfoDialog extends BaseDialog{
ScrollPane pane = new ScrollPane(table);
table.marginRight(30f);
pane.setScrollingDisabled(true, false);
//TODO: some things (e.g. reconstructor requirements) are too long and screw up the layout
//pane.setScrollingDisabled(true, false);
cont.add(pane);
if(isShown()){