mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 17:23:59 +07:00
Fixed content info scroll bar
This commit is contained in:
parent
a91729aa27
commit
a11db0a741
@ -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()){
|
||||
|
Loading…
Reference in New Issue
Block a user