mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -2130,8 +2130,8 @@ void CChannelList::paintHead()
|
||||
headerClock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||
headerClock->setYPos(y);
|
||||
headerClock->setHeight(theight);
|
||||
headerClock->setTextColor(COL_MENUHEAD_TEXT);
|
||||
headerClock->setColorBody(COL_MENUHEAD_PLUS_0);
|
||||
headerClock->setTextColor(header.getTextObject()->getTextColor());
|
||||
headerClock->setColorBody(header.getColorBody());
|
||||
headerClock->refresh();
|
||||
headerClockWidth = headerClock->getWidth();
|
||||
headerClock->setXPos(x + full_width - headerClockWidth - 10);
|
||||
|
Reference in New Issue
Block a user