diff options
author | louis <louis.braun@gmx.de> | 2014-01-11 16:53:23 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-11 16:53:23 +0100 |
commit | 3121910dc1267c593d24e39e068bfa91f798603f (patch) | |
tree | 2ae630b5655ce7aa2821e6440b4e5056d46d91e3 /statusheader.c | |
parent | 9b45a5d093ce62a36aef5d48848d8e8c3864e8aa (diff) | |
download | vdr-plugin-tvguide-3121910dc1267c593d24e39e068bfa91f798603f.tar.gz vdr-plugin-tvguide-3121910dc1267c593d24e39e068bfa91f798603f.tar.bz2 |
restructured detailöed EPG View that tv frame and status buttons are displayed
Diffstat (limited to 'statusheader.c')
-rw-r--r-- | statusheader.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/statusheader.c b/statusheader.c index 7632d79..3b04919 100644 --- a/statusheader.c +++ b/statusheader.c @@ -7,7 +7,7 @@ cStatusHeader::cStatusHeader(void) { color = theme.Color(clrStatusHeader);
colorBlending = theme.Color(clrStatusHeaderBlending);
height = geoManager.statusHeaderHeight;
- width = geoManager.statusHeaderContentWidth;
+ width = geoManager.headerContentWidth;
tvFrameWidth = geoManager.tvFrameWidth;
pixmap = osdManager.requestPixmap(1, cRect(0, 0, width, height));
pixmapText = osdManager.requestPixmap(2, cRect(0, 0, width, height));
@@ -35,7 +35,6 @@ void cStatusHeader::Draw(void) { } else {
drawBackgroundGraphical(bgStatusHeaderFull);
}
-
} else {
if (tvguideConfig.decorateVideo) {
DecorateVideoFrame();
|