- channellist: align offset of minitv to the existing offset of the additional info-box

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-04-19 21:35:57 +02:00
committed by Thilo Graf
parent 7a5ee811e0
commit c9d0f061a8

View File

@@ -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);