mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Merge branch 'master' into pu/fb-setmode
This commit is contained in:
@@ -299,6 +299,7 @@ void CComponentsHeader::initLogo()
|
|||||||
|
|
||||||
//right end
|
//right end
|
||||||
int x_logo_right = getCCItem(next_id) ? getCCItem(next_id)->getXPos() - cch_logo_obj->getWidth() : width - cch_logo_obj->getWidth()-OFFSET_INNER_MID;
|
int x_logo_right = getCCItem(next_id) ? getCCItem(next_id)->getXPos() - cch_logo_obj->getWidth() : width - cch_logo_obj->getWidth()-OFFSET_INNER_MID;
|
||||||
|
x_logo_right -= cch_cl_enable ? cch_cl_obj->getWidth() : 0;
|
||||||
//left end
|
//left end
|
||||||
int x_logo_left = getCCItem(prev_id) ? getCCItem(prev_id)->getXPos() + getCCItem(prev_id)->getWidth() : 0;
|
int x_logo_left = getCCItem(prev_id) ? getCCItem(prev_id)->getXPos() + getCCItem(prev_id)->getWidth() : 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user