mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
timerlist: small design reworks ...
* re-align item contents
* rename some variables
* use CComponentsFooter
* blinking clock in header (shameless stolen from TangoCash)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 86067e6e44
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Origin message was:
------------------
- timerlist: small design reworks ...
* re-align item contents
* rename some variables
* use CComponentsFooter
* blinking clock in header (shameless stolen from TangoCash)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -51,13 +51,15 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
||||
int y;
|
||||
int width;
|
||||
int height;
|
||||
int fheight; // fontheight content
|
||||
int theight; // fontheight titel
|
||||
int footerHeight;
|
||||
int font_height;
|
||||
int item_height;
|
||||
int header_height;
|
||||
int footer_height;
|
||||
int selected;
|
||||
int liststart;
|
||||
unsigned int listmaxshow;
|
||||
bool visible;
|
||||
CComponentsHeader *header;
|
||||
int httpConnectTimeout;
|
||||
|
||||
CTimerdClient *Timer;
|
||||
|
Reference in New Issue
Block a user