diff options
author | Maniac <maniac> | 2011-05-23 23:22:00 +0200 |
---|---|---|
committer | Maniac <maniac> | 2011-05-23 23:22:00 +0200 |
commit | 1ccbe6d3ee727794d1cf6a7d8b557508207de060 (patch) | |
tree | 0489c02e7440ac4b61a6e3922808dd763fb8b8da | |
parent | 571747125e2e66f9472f02c3574594c874dd0245 (diff) | |
download | vdr-plugin-skinpearlhd-1ccbe6d3ee727794d1cf6a7d8b557508207de060.tar.gz vdr-plugin-skinpearlhd-1ccbe6d3ee727794d1cf6a7d8b557508207de060.tar.bz2 |
ChannelInfo: corrected title font size and positioning
-rw-r--r-- | pearlhd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -418,8 +418,8 @@ void cSkinPearlHDDisplayChannel::SetEvents(const cEvent *Present, const cEvent * { snprintf (title, sizeof(title), "%s", e->Title()); } - osd->DrawText(x1ChannelInfo + 240, y1ChannelInfo + 106 + (i * 95), title, Theme.Color(clrFontColor), Theme.Color(clrMainSolid), fontSansBook27, (x2ChannelInfo -125) - (x1ChannelInfo + 240)); - osd->DrawText(x1ChannelInfo + 240, y1ChannelInfo + 151 + (i * 95), e->ShortText(), Theme.Color(clrFontColor), Theme.Color(clrMainSolid), fontSansBook27, (x2ChannelInfo -125) - (x1ChannelInfo + 240)); + osd->DrawText(x1ChannelInfo + 240, y1ChannelInfo + 96 + (i * 95), title, Theme.Color(clrFontColor), Theme.Color(clrMainSolid), fontSansBook37, (x2ChannelInfo -125) - (x1ChannelInfo + 240)); + osd->DrawText(x1ChannelInfo + 240, y1ChannelInfo + 141 + (i * 95), e->ShortText(), Theme.Color(clrFontColor), Theme.Color(clrMainSolid), fontSansBook27, (x2ChannelInfo -125) - (x1ChannelInfo + 240)); if (i == 0) { |