From 9430e8bcdea18830a81a6a4d8964cfce9103a746 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 15 Dec 2024 23:50:41 -0500 Subject: [PATCH] nevermind --- core/src/mindustry/ui/dialogs/ContentInfoDialog.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()){