mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
CVolumeBar: use defined volumebar size as default height
This commit is contained in:
@@ -48,7 +48,7 @@ void CVolumeBar::initVarVolumeBar()
|
|||||||
col_body = COL_MENUCONTENT_PLUS_0;
|
col_body = COL_MENUCONTENT_PLUS_0;
|
||||||
|
|
||||||
vb_item_offset = 4;
|
vb_item_offset = 4;
|
||||||
height = 4*vb_item_offset; //default height
|
height = g_settings.volume_size; //default height
|
||||||
|
|
||||||
//assume volume value as pointer to global setting
|
//assume volume value as pointer to global setting
|
||||||
vb_vol = &g_settings.current_volume;
|
vb_vol = &g_settings.current_volume;
|
||||||
|
Reference in New Issue
Block a user