mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
- infoviewer: use space instead of dot as seperator for clock
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce7bad6e16
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Origin message was:
------------------
- infoviewer: use space instead of dot as seperator for clock
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -263,7 +263,7 @@ void CInfoViewer::paintTime (bool show_dot)
|
||||
clock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);
|
||||
clock->setDimensionsAll(clock_x, clock_y, clock_w, clock_h);
|
||||
clock->setClockFont(SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME);
|
||||
clock->setClockFormat(show_dot ? "%H:%M" : "%H.%M");
|
||||
clock->setClockFormat(show_dot ? "%H:%M" : "%H %M");
|
||||
clock->setTextColor(COL_INFOBAR_TEXT);
|
||||
|
||||
clock->paint(CC_SAVE_SCREEN_NO);
|
||||
|
Reference in New Issue
Block a user