We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df4a74 commit 1d245d1Copy full SHA for 1d245d1
src/main/resources/fxml/viewshed_location.fxml
@@ -27,7 +27,7 @@
27
prefHeight="450.0" prefWidth="600.0" stylesheets="/css/style.css">
28
<SceneView fx:id="sceneView"/>
29
<GridPane StackPane.alignment="TOP_LEFT" pickOnBounds="false" styleClass="panel-region" maxWidth="300"
30
- maxHeight="300" hgap="10" vgap="10">
+ maxHeight="460" hgap="10" vgap="10">
31
<Label text="Visible" GridPane.rowIndex="0" GridPane.columnIndex="0"/>
32
<ToggleButton fx:id="visibilityToggle" selected="true" GridPane.rowIndex="0" GridPane.columnIndex="1"/>
33
0 commit comments