Skip to content

Commit c7a0b30

Browse files
authored
Update slider to show values from 1-5 rather than 0-5 (#328)
1 parent 26a1465 commit c7a0b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/fxml/terrain_exaggeration.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</Background>
4848
</background>
4949
<Label text="Exaggeration"/>
50-
<Slider fx:id="exaggerationSlider" max="5" majorTickUnit="1" minorTickCount="0" showTickMarks="true"
50+
<Slider fx:id="exaggerationSlider" max="5" min="1" majorTickUnit="1" minorTickCount="0" showTickMarks="true"
5151
showTickLabels="true" snapToTicks="true"/>
5252
</VBox>
5353
</StackPane>

0 commit comments

Comments
 (0)