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 26a1465 commit c7a0b30Copy full SHA for c7a0b30
src/main/resources/fxml/terrain_exaggeration.fxml
@@ -47,7 +47,7 @@
47
</Background>
48
</background>
49
<Label text="Exaggeration"/>
50
- <Slider fx:id="exaggerationSlider" max="5" majorTickUnit="1" minorTickCount="0" showTickMarks="true"
+ <Slider fx:id="exaggerationSlider" max="5" min="1" majorTickUnit="1" minorTickCount="0" showTickMarks="true"
51
showTickLabels="true" snapToTicks="true"/>
52
</VBox>
53
</StackPane>
0 commit comments