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:
2015-01-25 19:31:00 +01:00
parent d5c0951d0b
commit 0ffec19418

View File

@@ -48,7 +48,7 @@ void CVolumeBar::initVarVolumeBar()
col_body = COL_MENUCONTENT_PLUS_0;
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
vb_vol = &g_settings.current_volume;