mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
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:
@@ -51,7 +51,7 @@ CVolumeBar::CVolumeBar()
|
|||||||
void CVolumeBar::initVarVolumeBar()
|
void CVolumeBar::initVarVolumeBar()
|
||||||
{
|
{
|
||||||
col_body = COL_MENUCONTENT_PLUS_0;
|
col_body = COL_MENUCONTENT_PLUS_0;
|
||||||
corner_rad = CORNER_RADIUS_MID;
|
corner_rad = RADIUS_MID; //NI
|
||||||
vb_item_offset = OFFSET_INNER_SMALL;
|
vb_item_offset = OFFSET_INNER_SMALL;
|
||||||
height = CFrameBuffer::getInstance()->scale2Res(g_settings.volume_size);
|
height = CFrameBuffer::getInstance()->scale2Res(g_settings.volume_size);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user