Maldela 9 vuotta sitten
vanhempi
commit
e67d59623c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      package/contents/ui/PwmFan.qml

+ 2 - 2
package/contents/ui/PwmFan.qml

@@ -210,8 +210,8 @@ Rectangle {
                     if (fanOffCheckBox.checked) {
                         c.moveTo(stopPoint.centerX, height);
                     } else {
-                        c.moveTo(0, background.scaleY(fan.minPwm));
-                        c.lineTo(stopPoint.centerX, background.scaleY(fan.minPwm));
+                        c.moveTo(0, stopPoint.centerY);
+                        c.lineTo(stopPoint.centerX, stopPoint.centerY);
                     }
                     c.lineTo(stopPoint.centerX, stopPoint.centerY);
                     c.lineTo(maxPoint.centerX, maxPoint.centerY);