For some reason the fill element was screwed up resulting in the battery icon not reflect the battery percentage properly

wilder-5.14
Kai Uwe Broulik 12 years ago
parent 3ec14c21ce
commit d51f2499d5
  1. 4
      components/workspace/BatteryIcon.qml

@ -74,9 +74,9 @@ Item {
} else if (p >= 85) {
return "Fill90";
} else if (p >= 75) {
return "Fill90";
} else if (p >= 65) {
return "Fill80";
} else if (p >= 65) {
return "Fill70";
} else if (p >= 55) {
return "Fill60";
} else if (p >= 45) {

Loading…
Cancel
Save