We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adf4fc commit 5a518ceCopy full SHA for 5a518ce
HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/VersionSettingsPage.java
@@ -114,7 +114,7 @@ public VersionSettingsPage(boolean globalSetting) {
114
ScrollPane scrollPane = new ScrollPane();
115
scrollPane.setFitToHeight(true);
116
scrollPane.setFitToWidth(true);
117
- scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.ALWAYS);
+ scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.AS_NEEDED);
118
getChildren().setAll(scrollPane);
119
120
rootPane = new VBox();
0 commit comments