filebrowser: fix paint of SMSKey in footer and ...

... align both buttonlines in footer to same width


Origin commit data
------------------
Commit: dc39bde14a
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)

Origin message was:
------------------
- filebrowser: fix paint of SMSKey in footer and ...

 ... align both buttonlines in footer to same width
This commit is contained in:
vanhofen
2014-05-31 17:54:29 +02:00
parent 3550e1e5c7
commit f1d1a39cf8
2 changed files with 33 additions and 17 deletions

View File

@@ -170,6 +170,7 @@ class CFileBrowser
int fheight; // Fonthoehe Filelist-Inhalt
int theight; // Fonthoehe Filelist-Titel
int foheight; // Hoehe der button leiste
int skwidth; // width SMSKey field
std::string name;
std::string base;
std::string m_baseurl;
@@ -188,6 +189,7 @@ class CFileBrowser
void paint();
void paintHead();
void paintFoot();
void paintSMSKey();
void recursiveDelete(const char* file);
protected: