fix centering logo in header

Origin commit data
------------------
Commit: 2811ca2569
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
This commit is contained in:
vanhofen
2022-04-30 16:31:45 +02:00
parent 9628ceb82c
commit f5c15b9e6b

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;
}
}