mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- filebrowser: fix paint of SMSKey in footer and ...
... align both buttonlines in footer to same width
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user