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:
vanhofen
2014-12-30 00:22:21 +01:00
parent 8270626c7b
commit c95df859ed

View File

@@ -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);