-rw-r--r-- | core/applets/batteryapplet/batterystatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/batteryapplet/batterystatus.cpp b/core/applets/batteryapplet/batterystatus.cpp index bd86f77..858a794 100644 --- a/core/applets/batteryapplet/batterystatus.cpp +++ b/core/applets/batteryapplet/batterystatus.cpp | |||
@@ -213,3 +213,3 @@ void BatteryStatus::paintEvent( QPaintEvent * ) { | |||
213 | int rightEnd2 = width() - 35; | 213 | int rightEnd2 = width() - 35; |
214 | int percent2 = ( percent / 100 ) * rightEnd1 ; | 214 | int percent2 = (percent * rightEnd1) / 100; |
215 | p.setPen( black ); | 215 | p.setPen( black ); |