diff options
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();
|