Skip to content

Commit 865c858

Browse files
GlavoCiiLu
andauthored
[release/3.6] 修复“下载线程数”的指示器被提示覆盖的问题 (#4441)
#4153 Co-authored-by: 辞庐 <109708109+CiiLu@users.noreply.github.com>
1 parent 419612b commit 865c858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public DownloadSettingsPage() {
124124

125125
{
126126
HBox hbox = new HBox(8);
127+
hbox.setStyle("-fx-view-order: -1;"); // prevent the indicator from being covered by the hint
127128
hbox.setAlignment(Pos.CENTER);
128129
hbox.setPadding(new Insets(0, 0, 0, 30));
129130
hbox.disableProperty().bind(config().autoDownloadThreadsProperty());

0 commit comments

Comments
 (0)