CChannelList: set some clock item properties in dependency from header

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f150435a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-21 (Mon, 21 Oct 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-10-21 15:16:15 +02:00
parent eab0e120a2
commit b6411824e2

View File

@@ -2130,8 +2130,8 @@ void CChannelList::paintHead()
headerClock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT); headerClock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
headerClock->setYPos(y); headerClock->setYPos(y);
headerClock->setHeight(theight); headerClock->setHeight(theight);
headerClock->setTextColor(COL_MENUHEAD_TEXT); headerClock->setTextColor(header.getTextObject()->getTextColor());
headerClock->setColorBody(COL_MENUHEAD_PLUS_0); headerClock->setColorBody(header.getColorBody());
headerClock->refresh(); headerClock->refresh();
headerClockWidth = headerClock->getWidth(); headerClockWidth = headerClock->getWidth();
headerClock->setXPos(x + full_width - headerClockWidth - 10); headerClock->setXPos(x + full_width - headerClockWidth - 10);