CComponentsPIP: use a default frame with thickness 2 and small corner radius

This commit is contained in:
2014-03-16 21:43:33 +01:00
parent 7cc66fea93
commit a573b02b85
3 changed files with 7 additions and 2 deletions

View File

@@ -2258,6 +2258,7 @@ void CChannelList::paintPig (int _x, int _y, int w, int h)
}
//set changeable minitv properties
cc_minitv->setDimensionsAll(_x, _y, w, h);
cc_minitv->setCorner(0);
cc_minitv->setColorFrame(COL_MENUCONTENT_PLUS_0);
cc_minitv->paint(false);
}