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

... align both buttonlines in footer to same width
This commit is contained in:
svenhoefer
2014-05-31 17:54:29 +02:00
parent f22a8ee1c6
commit dc39bde14a
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: