fix centering logo in header

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2811ca2569
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-04-30 16:31:45 +02:00
parent 8d9a27bc3b
commit 914beae4a5

View File

@@ -367,7 +367,7 @@ void CComponentsHeader::initLogo()
if (prev_item)
{
int left_tag = prev_item->getXPos() + prev_item->getWidth();
if (x_logo <= left_tag)
//if (x_logo <= left_tag)
x_logo = left_tag + logo_space/2 - w_logo/2;
}
}