From: Lukas Hrazky Date: Sat, 17 Jul 2010 10:56:08 +0000 (+0200) Subject: use the plastique style for progressbar for now X-Git-Tag: v0.1.0~10 X-Git-Url: http://vcs.maemo.org/git/?p=case;a=commitdiff_plain;h=98b390d36d155c9a8ed6399c3d544d124747410f use the plastique style for progressbar for now The maemo5 style draws unnecessary free space above and below and in some cases seems not to draw properly (When the bar appears, only top half is visible, bottom half is off the screen. It fixes itself after a while...). Signed-off-by: Lukas Hrazky --- diff --git a/src/fileoperator.cpp b/src/fileoperator.cpp index 2aa8265..a8639e6 100644 --- a/src/fileoperator.cpp +++ b/src/fileoperator.cpp @@ -283,7 +283,7 @@ FileManipulatorThread::FileManipulatorThread(const QFileInfoList files, QDir des fileValue(0) { memset(ignoreAll, false, sizeof(ignoreAll)); - //widget->setStyle(new QPlastiqueStyle); + widget->setStyle(new QPlastiqueStyle); }