From 9b51ccc6a17ba21ae2846358e524c756dc8b7a35 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 12 Apr 2017 09:31:21 +0200 Subject: [PATCH] eventlist: use OFFSET defines for right infobox Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/a1f174b80a928705a2081a6cff7ffebd7e1c8236 Author: vanhofen Date: 2017-04-12 (Wed, 12 Apr 2017) Origin message was: ------------------ - eventlist: use OFFSET defines for right infobox --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index 315acf576..f8209f6d5 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -300,7 +300,7 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna // init right info_zone 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; //printf("CEventList::exec: channel_id %llx\n", channel_id);