From 782c9f107c14da6b99fce724b55571e200be82d3 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 17 Feb 2013 23:20:04 +0100 Subject: [PATCH] - channellist.cpp: fix logo position if new_zap_mode is off --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 2b01333cd..442633615 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2014,7 +2014,7 @@ void CChannelList::paintHead() x + full_width - iw1 - iw2 - iw3 - 18, y, theight); if (gotTime) { - int iw3x = (new_zap_mode) ? iw3 : -4; + int iw3x = (new_zap_mode) ? iw3 : -10; g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x + full_width - iw1 - iw2 - iw3x - 28 -timestr_len, y+theight, timestr_len, timestr, COL_MENUHEAD, 0, true); // UTF-8 timestr_len += 4;