mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user