Skip to content

Commit 1d245d1

Browse files
committed
increase height of controls area
1 parent 7df4a74 commit 1d245d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/fxml/viewshed_location.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
prefHeight="450.0" prefWidth="600.0" stylesheets="/css/style.css">
2828
<SceneView fx:id="sceneView"/>
2929
<GridPane StackPane.alignment="TOP_LEFT" pickOnBounds="false" styleClass="panel-region" maxWidth="300"
30-
maxHeight="300" hgap="10" vgap="10">
30+
maxHeight="460" hgap="10" vgap="10">
3131
<Label text="Visible" GridPane.rowIndex="0" GridPane.columnIndex="0"/>
3232
<ToggleButton fx:id="visibilityToggle" selected="true" GridPane.rowIndex="0" GridPane.columnIndex="1"/>
3333

0 commit comments

Comments
 (0)