mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user