Fixed content info scroll bar

This commit is contained in:
Anuken 2024-12-15 23:43:22 -05:00
parent a91729aa27
commit a11db0a741

View File

@ -97,6 +97,8 @@ public class ContentInfoDialog extends BaseDialog{
content.displayExtra(table);
ScrollPane pane = new ScrollPane(table);
table.marginRight(30f);
pane.setScrollingDisabled(true, false);
cont.add(pane);
if(isShown()){