infoviewer: remove frame from timescale inside infoviewer

Origin commit data
------------------
Commit: 85ab392a09
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
- infoviewer: remove frame from timescale inside infoviewer
This commit is contained in:
vanhofen
2013-04-04 14:41:13 +02:00
parent ba1e24ee31
commit 3a045fdc0a

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
{