mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CVolumeBar: use defined volumebar size as default height
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84ee2dd059
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-01-25 (Sun, 25 Jan 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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