mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
CMenuWidget: use CComponentsFooter for paint footers in menues
Another step for more unified window designs.
Origin commit data
------------------
Commit: 7f7054018b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-08-13 (Sun, 13 Aug 2017)
This commit is contained in:
@@ -525,6 +525,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
||||
CComponentsInfoBox *info_box;
|
||||
int hint_height;
|
||||
CComponentsHeader *header;
|
||||
CComponentsFooter *footer;
|
||||
unsigned int saveScreen_width ;
|
||||
unsigned int saveScreen_height;
|
||||
unsigned int saveScreen_y;
|
||||
@@ -558,8 +559,8 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
||||
bool brief_hints;
|
||||
bool hint_painted; // is hint painted
|
||||
|
||||
int fbutton_width;
|
||||
int fbutton_height;
|
||||
int footer_width;
|
||||
int footer_height;
|
||||
int fbutton_count;
|
||||
const struct button_label *fbutton_labels;
|
||||
|
||||
|
Reference in New Issue
Block a user