diff options
Diffstat (limited to 'baserender.c')
-rw-r--r-- | baserender.c | 2 |
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); } |