mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user