mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
infoviewer: align clock bottom to get same pos as channelname
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4810576268
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-30 (Tue, 30 Dec 2014)
Origin message was:
------------------
- infoviewer: align clock bottom to get same pos as channelname
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -248,7 +248,7 @@ void CInfoViewer::initClock()
|
||||
clock->setColorBody(COL_INFOBAR_PLUS_0);
|
||||
clock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||
clock->setClockFont(SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME);
|
||||
clock->setClockAlignment(CC_ALIGN_RIGHT | CC_ALIGN_HOR_CENTER);
|
||||
clock->setClockAlignment(CC_ALIGN_RIGHT | CC_ALIGN_BOTTOM);
|
||||
clock->refresh();
|
||||
|
||||
clock->setPos(BoxEndX - 10 - clock->getWidth(), ChanNameY);
|
||||
|
Reference in New Issue
Block a user