- pictureviewer: using CComponentsHeader to paint header

* rework footer handling (get height from paintButtons methode)
This commit is contained in:
svenhoefer
2013-05-27 22:25:30 +02:00
parent 2204631859
commit b335a50ef3
2 changed files with 50 additions and 59 deletions

View File

@@ -77,7 +77,9 @@ class CPictureViewerGui : public CMenuTarget
int fheight; // Fonthoehe Playlist-Inhalt
int theight; // Fonthoehe Playlist-Titel
int sheight; // Fonthoehe MP Info
int buttonHeight;
int footerHeight;
int buttons1Height;
int buttons2Height;
bool visible;
State m_state;
SortOrder m_sort;