diff --git a/core/src/mindustry/ui/dialogs/ContentInfoDialog.java b/core/src/mindustry/ui/dialogs/ContentInfoDialog.java index 34ecb51b31..b0e2bfb3ea 100644 --- a/core/src/mindustry/ui/dialogs/ContentInfoDialog.java +++ b/core/src/mindustry/ui/dialogs/ContentInfoDialog.java @@ -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()){