mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 09:23:37 +02:00
volumebar: fix last commit
Origin commit data
------------------
Commit: b2234493be
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-06-14 (Mon, 14 Jun 2021)
This commit is contained in:
@@ -106,11 +106,11 @@ void CVolumeBar::initVolumeBarSize()
|
||||
//result for width
|
||||
if (g_settings.theme.rounded_corners == 1)
|
||||
{
|
||||
width = (vb_icon_w + vb_pbw + vb_digit_w) + 4*vb_item_offset;
|
||||
width = (vb_icon_w + vb_pbw + vb_digit_w) + 4*vb_item_offset + corner_rad/2;
|
||||
}
|
||||
else
|
||||
{
|
||||
width = (vb_icon_w + vb_pbw + vb_digit_w) + 4*vb_item_offset + corner_rad/2;
|
||||
width = (vb_icon_w + vb_pbw + vb_digit_w) + 4*vb_item_offset;
|
||||
}
|
||||
|
||||
//adapt x-pos
|
||||
|
Reference in New Issue
Block a user