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

Origin commit data
------------------
Branch: ni/coolstream
Commit: bdf41f3865
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-04-19 (Sun, 19 Apr 2020)

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

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-04-19 21:35:57 +02:00
parent e96e490e78
commit fa79dea9be

View File

@@ -2456,7 +2456,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);