mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:54:12 +07:00
nevermind
This commit is contained in:
parent
a11db0a741
commit
9430e8bcde
@ -98,7 +98,8 @@ public class ContentInfoDialog extends BaseDialog{
|
|||||||
|
|
||||||
ScrollPane pane = new ScrollPane(table);
|
ScrollPane pane = new ScrollPane(table);
|
||||||
table.marginRight(30f);
|
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);
|
cont.add(pane);
|
||||||
|
|
||||||
if(isShown()){
|
if(isShown()){
|
||||||
|
Loading…
Reference in New Issue
Block a user