- infoviewer: remove frame from timescale inside infoviewer

This commit is contained in:
svenhoefer
2013-04-04 14:41:13 +02:00
parent d18217effb
commit 85ab392a09

View File

@@ -1478,6 +1478,7 @@ void CInfoViewer::display_Info(const char *current, const char *next,
pb_w = BoxEndX - 10 - xStart;
pb_shadow = 0;
timescale->setShadowOnOff(false);
timescale->setFrameThickness(0);
}
switch(g_settings.infobar_progressbar) //set progressbar position
{