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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a3b4a0f05
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-30 (Tue, 30 May 2017)

Origin message was:
------------------
- 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


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-30 01:24:21 +02:00
parent 0b9f8c5440
commit 54a43363ae
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;