mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CVolumeBar: optimize icon position
Origin commit data
------------------
Commit: 6a50e56321
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-01-25 (Sun, 25 Jan 2015)
This commit is contained in:
@@ -89,14 +89,14 @@ void CVolumeBar::initVolumeBarSize()
|
||||
vb_pbw = 200;
|
||||
vb_pbh = height-4*vb_item_offset;
|
||||
|
||||
//adapt x-pos
|
||||
vb_icon_x = vb_item_offset;
|
||||
vb_pbx = vb_icon_x + vb_icon_w + vb_item_offset;
|
||||
vb_digit_x = vb_pbx + vb_pbw + vb_item_offset;
|
||||
|
||||
//result for width
|
||||
width = (vb_icon_w + vb_pbw + vb_digit_w) + 4*vb_item_offset;
|
||||
|
||||
//adapt x-pos
|
||||
vb_pbx = vb_item_offset + vb_icon_w + vb_item_offset;
|
||||
vb_icon_x = vb_pbx/2 - vb_icon_w/2 + vb_item_offset;
|
||||
vb_digit_x = vb_pbx + vb_pbw + vb_item_offset;
|
||||
|
||||
// mute icon
|
||||
cvh->getMuteIconDimensions(&mute_ax, &mute_ay, &mute_dx, &mute_dy);
|
||||
// info clock
|
||||
|
Reference in New Issue
Block a user