CEventList: Move channel name to left side

Center place is reserved for logo
This commit is contained in:
2017-06-15 01:01:54 +02:00
parent 71d0c42a47
commit 14ea1c3a31

View File

@@ -888,7 +888,7 @@ void CEventList::paintHead(t_channel_id _channel_id, std::string _channelname, s
if (header->isPainted()) if (header->isPainted())
header->getChannelLogoObject()->hide(); header->getChannelLogoObject()->hide();
header->setChannelLogo(_channel_id,_channelname); header->setChannelLogo(_channel_id,_channelname);
header->setCaption(_channelname, CCHeaderTypes::CC_TITLE_CENTER); header->setCaption(_channelname, CCHeaderTypes::CC_TITLE_LEFT);
header->paint(CC_SAVE_SCREEN_NO); header->paint(CC_SAVE_SCREEN_NO);