Fixed atmosphere daytime control

Minute+1 button did add a wrong amount of time
This commit is contained in:
Michaël Lemaire 2015-09-10 23:43:25 +02:00
parent 2b5b35e3b4
commit 6a8fc7b102

View file

@ -74,7 +74,7 @@ BasePanel {
width: 20
height: 10
source: "qrc:/images/arrow_up.png"
onClicked: slider.value += (1.0 / 3600.0) / 0.54
onClicked: slider.value += (1.0 / 1440.0) / 0.54
}
Item {width: 1; height: 1}
ClickableImage {