Fixed atmosphere daytime control
Minute+1 button did add a wrong amount of time
This commit is contained in:
parent
2b5b35e3b4
commit
6a8fc7b102
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue