From c9d0f061a81850e3d5c56c9f32183af1914e4e33 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 19 Apr 2020 21:35:57 +0200 Subject: [PATCH] - channellist: align offset of minitv to the existing offset of the additional info-box Signed-off-by: Thilo Graf --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index d80121244..de821b3f1 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2459,7 +2459,7 @@ void CChannelList::paintPig(int _x, int _y, int w, int h) if (cc_minitv == NULL){ cc_minitv = new CComponentsPIP (0, 0); cc_minitv->setPicture(NEUTRINO_ICON_AUDIOPLAY); - cc_minitv->setFrameThickness(OFFSET_INNER_SMALL); + cc_minitv->setFrameThickness(OFFSET_INNER_MID); } //set changeable minitv properties cc_minitv->setDimensionsAll(_x, _y, w, h);