[Kde-imaging] extragear/graphics/kipi-plugins/slideshow
Valerio Fuoglio
valerio.fuoglio at gmail.com
Sat Nov 1 19:53:18 CET 2008
SVN commit 878757 by vfuoglio:
Fixed progress indicator background.
CCMAIL: kde-imaging at kde.org
M +1 -1 slideshow.cpp
--- trunk/extragear/graphics/kipi-plugins/slideshow/slideshow.cpp #878756:878757
@@ -517,7 +517,7 @@
for (int x = 9; x <= 11; x++)
for (int y = 21; y >= 19; y--)
- p.drawText(x, height() - y, progress);
+ p.drawText(width() - stringLenght - x, y, progress);
p.setPen(QColor(Qt::white));
More information about the Kde-imaging
mailing list