Skip to content

Commit d521670

Browse files
committed
add panel-region class to vbox
1 parent afdb75a commit d521670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

display_information/control-annotation-sublayer-visibility/src/main/java/com/esri/samples/control_annotation_sublayer_visibility/ControlAnnotationSublayerVisibilitySample.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public void start(Stage stage) {
7474

7575
// create a control panel and label for the checkboxes
7676
VBox controlsVBox = new VBox(6);
77+
controlsVBox.getStyleClass().add("panel-region");
7778
controlsVBox.setBackground(new Background(new BackgroundFill(Paint.valueOf("rgba(0,0,0,0.3)"), CornerRadii.EMPTY,
7879
Insets.EMPTY)));
7980
controlsVBox.setPadding(new Insets(10.0));

0 commit comments

Comments
 (0)