Skip to content

Commit

Permalink
Small fix for Connection in minStartSpinBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Maldela committed Sep 7, 2018
1 parent 7e75292 commit 06e4467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/qml/FanItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Rectangle {
}
Connections {
target: fan
onMinPwmChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
onMinStartChanged: minStartInput.value = Math.round(fan.minStart / 2.55)
}
}
}
Expand Down

0 comments on commit 06e4467

Please sign in to comment.