CChannelList: adapt for last changes in CComponents

Origin commit data
------------------
Branch: ni/coolstream
Commit: d59eb05427
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-16 (Thu, 16 Aug 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
2012-08-16 17:41:19 +02:00
parent 65ca3aa60e
commit 545d81dbf8

View File

@@ -1531,7 +1531,7 @@ void CChannelList::paintDetails(int index)
//infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height, false);
ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height);
ibox->setCornerRadius(RADIUS_LARGE);
ibox->paint(false);