Research system progress

This commit is contained in:
Anuken
2020-06-19 19:31:14 -04:00
parent 08ac91359b
commit 6bcc103cf7
59 changed files with 393 additions and 415 deletions

View File

@@ -30,7 +30,7 @@ public class LanguageDialog extends BaseDialog{
Table langs = new Table();
langs.marginRight(24f).marginLeft(24f);
ScrollPane pane = new ScrollPane(langs);
pane.setFadeScrollBars(false);
pane.setScrollingDisabled(true, false);
ButtonGroup<TextButton> group = new ButtonGroup<>();