summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManiac <maniac>2011-05-12 18:58:45 +0200
committerManiac <maniac>2011-05-12 18:58:45 +0200
commitf7174c50a55dd29845a440cfdbd0221d3336f643 (patch)
tree9bdc8af13d4ff3da24ad95d96e81fed64d61b181
parent29947ab699ab7bb889433dcc7536e8b66f8dc0d2 (diff)
downloadvdr-plugin-skinpearlhd-f7174c50a55dd29845a440cfdbd0221d3336f643.tar.gz
vdr-plugin-skinpearlhd-f7174c50a55dd29845a440cfdbd0221d3336f643.tar.bz2
Menu: consider button height at top/bottom padding
-rw-r--r--pearlhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pearlhd.c b/pearlhd.c
index 6f20a3d..16cc9d3 100644
--- a/pearlhd.c
+++ b/pearlhd.c
@@ -663,7 +663,7 @@ cSkinPearlHDDisplayMenu::cSkinPearlHDDisplayMenu(void)
x1Menu = PearlHDConfig.MenuPaddingWidth;
x2Menu = cOsd::OsdWidth() - PearlHDConfig.MenuPaddingWidth;
y1Menu = PearlHDConfig.MenuPaddingHeight;
- y2Menu = cOsd::OsdHeight() - PearlHDConfig.MenuPaddingHeight;
+ y2Menu = cOsd::OsdHeight() - PearlHDConfig.MenuPaddingHeight - 34;
fontSansBook15 = cFont::CreateFont("VDRSymbols Sans:Book", 15);
fontSansBook20 = cFont::CreateFont("VDRSymbols Sans:Book", 20);
fontSansBook22 = cFont::CreateFont("VDRSymbols Sans:Book", 22);