mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Progressbars: use default frame thickness
It's unnecessary overhead to set the value everywhere, except it's needed.
Origin commit data
------------------
Branch: ni/coolstream
Commit: f70a30defa
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-05 (Fri, 05 Apr 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -113,6 +113,7 @@ void CVolume::Init()
|
||||
delete volscale;
|
||||
volscale = new CProgressBar(progress_x, progress_y, progress_w, progress_h, colFrame, colBar, colShadow, COL_MENUCONTENT_PLUS_3, COL_MENUCONTENT_PLUS_1, true);
|
||||
volscale->setInvert();
|
||||
volscale->setFrameThickness(2);
|
||||
|
||||
// mute icon
|
||||
mute_icon_dx = 0;
|
||||
|
Reference in New Issue
Block a user