mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
header-clocks: simplify calls
Origin commit data
------------------
Commit: abf210605e
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Origin message was:
------------------
- header-clocks: simplify calls
This commit is contained in:
@@ -113,7 +113,7 @@ void EpgPlus::Header::paint(const char *Name)
|
||||
{
|
||||
this->head = new CComponentsHeader();
|
||||
this->head->setContextButton(CComponentsHeader::CC_BTN_HELP | CComponentsHeader::CC_BTN_EXIT);
|
||||
this->head->enableClock(true, "%H:%M", "%H %M", true);
|
||||
this->head->enableClock();
|
||||
this->head->enableShadow(CC_SHADOW_RIGHT | CC_SHADOW_CORNER_TOP_RIGHT | CC_SHADOW_CORNER_BOTTOM_RIGHT, -1, true);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user