infoviewer: remove frame from timescale inside infoviewer

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-04-04 14:41:13 +02:00
parent db0b328b0d
commit 647363ca60

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
{