CProgressWindow: use CProgressBar::PB_TIMESCALE as default

More colors makes not really sense here.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 3fdd07e92c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-26 (Mon, 26 Jun 2017)
This commit is contained in:
vanhofen
2017-06-26 20:53:12 +02:00
committed by Thilo Graf
parent 0e522bb6e6
commit 9711d46327

View File

@@ -122,6 +122,7 @@ CProgressBar* CProgressWindow::getProgressItem()
pBar->setActiveColor(COL_PROGRESSBAR_ACTIVE_PLUS_0); pBar->setActiveColor(COL_PROGRESSBAR_ACTIVE_PLUS_0);
pBar->setFrameThickness(1); pBar->setFrameThickness(1);
pBar->setColorFrame(COL_PROGRESSBAR_ACTIVE_PLUS_0); pBar->setColorFrame(COL_PROGRESSBAR_ACTIVE_PLUS_0);
pBar->setType(CProgressBar::PB_TIMESCALE);
addWindowItem(pBar); addWindowItem(pBar);
return pBar; return pBar;