Skip to content

Commit c45116c

Browse files
committed
Use -100:100 for blind tilt instead of 0:100%
1 parent 5188d18 commit c45116c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/widgets/DeviceWidget.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ Item {
11411141
function updateData() {
11421142
if ((boxDevice.deviceModel === "W270160X")) {
11431143
indicatorSlider.width = (indicator.width-4) * ((100-boxDevice.open)/100.0)
1144-
legend.text = boxDevice.open + "%"
1144+
legend.text = boxDevice.open_blindtilt + "%"
11451145
} else {
11461146
indicatorSlider.width = (indicator.width-4) * (boxDevice.position/100.0)
11471147
legend.text = boxDevice.position + "%"

0 commit comments

Comments
 (0)