mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
eventlist: use OFFSET defines for right infobox
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1f174b80a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-12 (Wed, 12 Apr 2017)
Origin message was:
------------------
- eventlist: use OFFSET defines for right infobox
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -300,7 +300,7 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna
|
|||||||
|
|
||||||
// init right info_zone
|
// init right info_zone
|
||||||
if ((g_settings.eventlist_additional) && (cc_infozone == NULL))
|
if ((g_settings.eventlist_additional) && (cc_infozone == NULL))
|
||||||
cc_infozone = new CComponentsText(x+width+10, y+theight, infozone_width-20, listmaxshow*fheight);
|
cc_infozone = new CComponentsText(x+width+OFFSET_INNER_MID, y+theight, infozone_width-2*OFFSET_INNER_MID, listmaxshow*fheight);
|
||||||
|
|
||||||
int res = menu_return::RETURN_REPAINT;
|
int res = menu_return::RETURN_REPAINT;
|
||||||
//printf("CEventList::exec: channel_id %llx\n", channel_id);
|
//printf("CEventList::exec: channel_id %llx\n", channel_id);
|
||||||
|
Reference in New Issue
Block a user