mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ae7837cb9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-06 (Sun, 06 Mar 2011)
------------------
This commit was generated by Migit
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