X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=widgets%2Fprogress.cpp;h=67b7a275a2cc98713e108d17314a736dc64c9744;hb=30e85d759793aa2b367e4bacd730b733112a1a7b;hp=6621acb74cd97504c3b16917023f34154e531ec8;hpb=e3bd4bc7d42d381abe498a83545923fdd1b5ad6c;p=dorian diff --git a/widgets/progress.cpp b/widgets/progress.cpp index 6621acb..67b7a27 100644 --- a/widgets/progress.cpp +++ b/widgets/progress.cpp @@ -4,7 +4,7 @@ #include "trace.h" Progress::Progress(QWidget *parent): - QLabel(parent), progress(-1.0), timer(-1), mThickness(15) + QLabel(parent), progress(-1.0), timer(-1), mThickness(5) { hide(); }