Skip to content

Commit

Permalink
nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Dec 16, 2024
1 parent a11db0a commit 9430e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/mindustry/ui/dialogs/ContentInfoDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ public void show(UnlockableContent content){

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()){
Expand Down

1 comment on commit 9430e8b

@WilloIzCitron
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nevermind

Please sign in to comment.