From fec7c8c5ccdf012431300b356a50af051cb41dd2 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 17 Dec 2013 01:03:17 +0100 Subject: [PATCH] CChannelList: Fix display header clock Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/d591acff42b78a273f23f0ce1471485ada50f7dc Author: Michael Liebmann Date: 2013-12-17 (Tue, 17 Dec 2013) --- src/gui/channellist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index d2cf34bf8..5e16f22ea 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -2128,6 +2128,7 @@ void CChannelList::paintHead() headerClock->setClockIntervall(1); } + headerClock->setClockFormat("%H:%M"); headerClock->setClockFont(SNeutrinoSettings::FONT_TYPE_MENU_TITLE); headerClock->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT); headerClock->setYPos(y);