mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CVolumeBar: Reactivate position 'higher center' for volume bar
This commit is contained in:
@@ -148,6 +148,10 @@ void CVolumeBar::initVolumeBarPosition()
|
||||
x = ((sw - width) / 2) + x - h_spacer/2;
|
||||
y = (sh + frameBuffer->getScreenY()) - height - v_spacer;
|
||||
break;
|
||||
case 6:// higher center
|
||||
x = ((sw - width) / 2) + x - h_spacer/2;
|
||||
y = (sh + frameBuffer->getScreenY()) - sh/10;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user