summaryrefslogtreecommitdiff
path: root/baserender.c
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 16:58:53 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 16:58:53 +0200
commitfda74b31336497c3eb6eba85bf25353883f6590a (patch)
treeebd1db77e020561223597588bb7edf5ed0f80f0b /baserender.c
parent3ccaa83310d1a66bfe60db0302356df7ac0cc78b (diff)
downloadskin-flat-fda74b31336497c3eb6eba85bf25353883f6590a.tar.gz
skin-flat-fda74b31336497c3eb6eba85bf25353883f6590a.tar.bz2
support for replay marks
Diffstat (limited to 'baserender.c')
-rw-r--r--baserender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserender.c b/baserender.c
index 121ee07..75d4ba2 100644
--- a/baserender.c
+++ b/baserender.c
@@ -83,7 +83,7 @@ void cFlatBaseRender::TopBarUpdate(void) {
topBarLastDate = curDate;
topBarPixmap->Fill(Theme.Color(clrTopBarBg));
- topBarPixmap->DrawText(cPoint(50, 0), topBarTitle, Theme.Color(clrTopBarFont), clrTransparent, font);
+ topBarPixmap->DrawText(cPoint(marginItem, 0), topBarTitle, Theme.Color(clrTopBarFont), clrTransparent, font);
int width = font->Width(*curDate);
topBarPixmap->DrawText(cPoint(osdWidth - width, 0), curDate, Theme.Color(clrTopBarDateTimeFont), clrTransparent, font);
}