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:
vanhofen
2017-06-20 14:16:14 +02:00
parent afe5368cc1
commit 61396582d8
2 changed files with 101 additions and 96 deletions

View File

@@ -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;