summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemovcleaner.cpp')
-rw-r--r--shemovcleaner.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp
index c0c6048..d234652 100644
--- a/shemovcleaner.cpp
+++ b/shemovcleaner.cpp
@@ -99,6 +99,7 @@ void ShemovCleaner::createStatusBar(){
mDuration->setFrameStyle(QFrame::Panel | QFrame::Sunken);
mProgressBar = new QProgressBar;
mProgressBar->setMaximumWidth(150);
+ mProgressBar->setMaximumHeight(10);
statusBar()->addPermanentWidget(mProgressBar);
statusBar()->addPermanentWidget(l1);
statusBar()->addPermanentWidget(mSelected);