volumebar: use right RADIUS define

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6065ec0ce5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-06 (Tue, 06 Jun 2017)

Origin message was:
------------------
- volumebar: use right RADIUS define

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-06 18:26:51 +02:00
parent df24a12784
commit fdd3e4aab6

View File

@@ -51,7 +51,7 @@ CVolumeBar::CVolumeBar()
void CVolumeBar::initVarVolumeBar()
{
col_body = COL_MENUCONTENT_PLUS_0;
corner_rad = CORNER_RADIUS_MID;
corner_rad = RADIUS_MID; //NI
vb_item_offset = OFFSET_INNER_SMALL;
height = CFrameBuffer::getInstance()->scale2Res(g_settings.volume_size);