mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- infoviewer: align clock bottom to get same pos as channelname
This commit is contained in:
@@ -248,7 +248,7 @@ void CInfoViewer::initClock()
|
|||||||
clock->setColorBody(COL_INFOBAR_PLUS_0);
|
clock->setColorBody(COL_INFOBAR_PLUS_0);
|
||||||
clock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
clock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||||
clock->setClockFont(SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME);
|
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->refresh();
|
||||||
|
|
||||||
clock->setPos(BoxEndX - 10 - clock->getWidth(), ChanNameY);
|
clock->setPos(BoxEndX - 10 - clock->getWidth(), ChanNameY);
|
||||||
|
Reference in New Issue
Block a user