CProgressWindow: use CProgressBar::PB_TIMESCALE as default

More colors makes not really sense here.

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-06-26 20:53:12 +02:00
committed by Thilo Graf
parent 4bdacf39c8
commit 3fdd07e92c

View File

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