From 4ae7837cb94d1c58aed631edda5c82bb6a20e5af Mon Sep 17 00:00:00 2001 From: seife Date: Sun, 6 Mar 2011 18:10:28 +0000 Subject: [PATCH] channellist: remove (now uneccessary) 'safety margin' for fontwidth git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1265 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- 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 7be41d286..42d2bab3f 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1879,7 +1879,7 @@ void CChannelList::paintHead() if (gotTime) { g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x + width - iw1 - iw2 - iw3 - 16 -timestr_len, - y+theight, timestr_len+1, timestr, COL_MENUHEAD, 0, true); // UTF-8 + y+theight, timestr_len, timestr, COL_MENUHEAD, 0, true); // UTF-8 timestr_len += 4; } timestr_len += iw1 + iw2 + iw3 + 16;