We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd79a4 commit 101a9b5Copy full SHA for 101a9b5
HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java
@@ -170,6 +170,7 @@ private final class LogWindowImpl extends Control {
170
LogWindowImpl() {
171
getStyleClass().add("log-window");
172
173
+ listView.getStyleClass().add("no-horizontal-scrollbar");
174
listView.getProperties().put("no-smooth-scrolling", true);
175
listView.setItems(FXCollections.observableList(new CircularArrayList<>(logs.size())));
176
0 commit comments