mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user