From 85ab392a09e2afa92b00c8e3e56f0d6db32f1424 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 4 Apr 2013 14:41:13 +0200 Subject: [PATCH] - infoviewer: remove frame from timescale inside infoviewer --- src/gui/infoviewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 91b798378..1ce423fee 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -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 {