mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CEpgData: fix header size on used magnify feature
TODO: Make this feature recognizable for users
Origin commit data
------------------
Branch: ni/coolstream
Commit: 384b6aca11
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-23 (Wed, 23 Mar 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -682,9 +682,9 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
header = new CComponentsShapeSquare(sx, sy, ox, header_h);
|
||||
header->setCorner(RADIUS_LARGE, CORNER_TOP);
|
||||
}
|
||||
header->setDimensionsAll(sx, sy, ox, header_h);
|
||||
header->setColorBody(COL_MENUHEAD_PLUS_0);
|
||||
header->enableColBodyGradient(g_settings.theme.menu_Head_gradient, COL_MENUCONTENT_PLUS_0, g_settings.theme.menu_Head_gradient_direction);
|
||||
header->setHeight(header_h);
|
||||
|
||||
CComponentsPicture* headerPic = NULL; //NOTE: class CComponentsChannelLogo is preferred for channel logos
|
||||
if (pic_offx > 0) {
|
||||
|
Reference in New Issue
Block a user