Fix memory slider indicator is covered by progress bar
This commit is contained in:
@@ -236,6 +236,7 @@ public final class VersionSettingsPage extends StackPane implements DecoratorPag
|
|||||||
VBox.setMargin(chkAutoAllocate, new Insets(0, 0, 8, 5));
|
VBox.setMargin(chkAutoAllocate, new Insets(0, 0, 8, 5));
|
||||||
|
|
||||||
HBox lowerBoundPane = new HBox(8);
|
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);
|
lowerBoundPane.setAlignment(Pos.CENTER);
|
||||||
VBox.setMargin(lowerBoundPane, new Insets(0, 0, 0, 16));
|
VBox.setMargin(lowerBoundPane, new Insets(0, 0, 0, 16));
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user