scale fixes

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@675 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: f72ca3764b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-07-16 (Fri, 16 Jul 2010)



------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2010-07-16 11:02:47 +00:00
parent d1237e6e19
commit 90576ffbad
4 changed files with 11 additions and 7 deletions

View File

@@ -217,9 +217,8 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam
bool in_search = 0;
int fw = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getWidth();
int fh = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight();
width = w_max (75 * fw, 20);
height = h_max (25 * fh, 20);
width = w_max (62 * fw, 40);
height = h_max (23 * fh, 20);
iheight = 30; // info bar height (see below, hard coded at this time)
if(iheight < fh)