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

Origin commit data
------------------
Branch: ni/coolstream
Commit: a573b02b85
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-03-16 (Sun, 16 Mar 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
2014-03-16 21:43:33 +01:00
parent 63ca2a61fa
commit 0f2a203035
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);
}