From 797a10cb009d58366d8eb3e792e350f87be4d100 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 10 May 2003 17:33:15 +0000 Subject: fix battery status display which has been broken for weeks... --- (limited to 'core/applets/batteryapplet/batterystatus.cpp') diff --git a/core/applets/batteryapplet/batterystatus.cpp b/core/applets/batteryapplet/batterystatus.cpp index fdd963c..a32a3a6 100644 --- a/core/applets/batteryapplet/batterystatus.cpp +++ b/core/applets/batteryapplet/batterystatus.cpp @@ -215,7 +215,7 @@ void BatteryStatus::paintEvent( QPaintEvent * ) { int rightEnd1 = screenWidth - 47; int rightEnd2 = screenWidth - 35; - int percent2 = ( percent / 100 ) * rightEnd1 ; + int percent2 = ( percent / 100.0 ) * rightEnd1 ; p.setPen( black ); qDrawShadePanel( &p, 9, 30, rightEnd1 , 39, colorGroup(), TRUE, 1, NULL); qDrawShadePanel( &p, rightEnd2, 37, 12, 24, colorGroup(), TRUE, 1, NULL); -- cgit v0.9.0.2