Fix memory slider indicator is covered by progress bar

This commit is contained in:
Haowei Wen 2024-12-30 19:39:42 +08:00
parent 260f4b6c5d
commit 7d12ef6b09

View File

@ -236,6 +236,7 @@ public final class VersionSettingsPage extends StackPane implements DecoratorPag
VBox.setMargin(chkAutoAllocate, new Insets(0, 0, 8, 5));
HBox lowerBoundPane = new HBox(8);
lowerBoundPane.setStyle("-fx-view-order: -1;"); // prevent the indicator from being covered by the progress bar
lowerBoundPane.setAlignment(Pos.CENTER);
VBox.setMargin(lowerBoundPane, new Insets(0, 0, 0, 16));
{