Skip to content

Commit 8c0ca7c

Browse files
authored
调整导出游戏运行栈加载指示器大小 (#5663)
1 parent 0d591a5 commit 8c0ca7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HMCL/src/main/java/org/jackhuang/hmcl/ui/LogWindow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ protected void updateItem(Log item, boolean empty) {
411411
terminateButton.setOnAction(e -> getSkinnable().onTerminateGame());
412412

413413
SpinnerPane exportDumpPane = new SpinnerPane();
414+
exportDumpPane.getStyleClass().add("small-spinner-pane");
414415
JFXButton exportDumpButton = new JFXButton(i18n("logwindow.export_dump"));
415416
if (SystemUtils.supportJVMAttachment()) {
416417
exportDumpButton.setOnAction(e -> getSkinnable().onExportDump(exportDumpPane));

0 commit comments

Comments
 (0)