mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -198,7 +198,7 @@ void CVolumeBar::initVolumeBarScale()
|
||||
|
||||
vb_pb->setType(CProgressBar::PB_REDRIGHT);
|
||||
vb_pb->setRgb(85, 75, 100);
|
||||
vb_pb->setFrameThickness(2);
|
||||
vb_pb->setFrameThickness(FRAME_WIDTH_NONE);
|
||||
vb_pb->setProgress(vb_pbx, vb_pby, vb_pbw, vb_pbh, *vb_vol, 100);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user