mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 19:36:53 -04:00
修复“下载线程数”的指示器被提示覆盖的问题 (#4153)
This commit is contained in:
parent
9bcf95287a
commit
4f410fb8ad
@ -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