pictureviewer: using CComponentsHeader to paint header

* rework footer handling (get height from paintButtons methode)


Origin commit data
------------------
Branch: ni/coolstream
Commit: b335a50ef3
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-27 (Mon, 27 May 2013)

Origin message was:
------------------
- pictureviewer: using CComponentsHeader to paint header

* rework footer handling (get height from paintButtons methode)


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-05-27 22:25:30 +02:00
parent e52b01ab39
commit e1c59e3472
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;