add and use FRAME_WIDTH defines; ...

replace other fixed frame widths with OFFSET defines


Origin commit data
------------------
Commit: 6d58a3b1c9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-20 (Wed, 20 Sep 2017)

Origin message was:
------------------
- add and use FRAME_WIDTH defines; ...

replace other fixed frame widths with OFFSET defines
This commit is contained in:
vanhofen
2017-09-20 13:46:31 +02:00
parent 159b844430
commit 619342d89d
16 changed files with 21 additions and 20 deletions

View File

@@ -198,7 +198,7 @@ void CVolumeBar::initVolumeBarScale()
vb_pb->setType(CProgressBar::PB_REDRIGHT);
vb_pb->setRgb(85, 75, 100);
vb_pb->setFrameThickness(0); //NI
vb_pb->setFrameThickness(FRAME_WIDTH_NONE);
vb_pb->setProgress(vb_pbx, vb_pby, vb_pbw, vb_pbh, *vb_vol, 100);
}