mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-25 12:13:23 -04:00
[release/3.6] 修复“下载线程数”的指示器被提示覆盖的问题 (#4441)
https://github.com/HMCL-dev/HMCL/pull/4153 Co-authored-by: 辞庐 <109708109+CiiLu@users.noreply.github.com>
This commit is contained in:
parent
419612bd3e
commit
865c8588d8
@ -124,6 +124,7 @@ public class DownloadSettingsPage extends StackPane {
|
||||
|
||||
{
|
||||
HBox hbox = new HBox(8);
|
||||
hbox.setStyle("-fx-view-order: -1;"); // prevent the indicator from being covered by the hint
|
||||
hbox.setAlignment(Pos.CENTER);
|
||||
hbox.setPadding(new Insets(0, 0, 0, 30));
|
||||
hbox.disableProperty().bind(config().autoDownloadThreadsProperty());
|
||||
|
Loading…
x
Reference in New Issue
Block a user