- filebrowser: small design reworks ...

* use OFFSET defines
* use CComponentsScrollbar
* rename some variables

Unfortunately we can't use CComponentsFooter, because
CComponentsFooter can't handle button_label_ext yet

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-06-07 14:17:11 +02:00
committed by M. Liebmann
parent 49bd2e9ba7
commit cb36d32799
2 changed files with 72 additions and 71 deletions

View File

@@ -162,10 +162,10 @@ class CFileBrowser
unsigned int listmaxshow;
std::vector<unsigned int> selections;
int fheight; // Fonthoehe Filelist-Inhalt
int theight; // Fonthoehe Filelist-Titel
int foheight; // Hoehe der button leiste
int skwidth; // width SMSKey field
int item_height;
int header_height;
int footer_height;
int smskey_width;
std::string name;
std::string base;
std::string m_baseurl;