mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- timerlist: small design reworks ...
* re-align item contents * rename some variables * use CComponentsFooter * blinking clock in header (shameless stolen from TangoCash) Signed-off-by: Thilo Graf <dbt@novatux.de>
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