pictureviewer: small design reworks ...

* use OFFSET defines
* use CComponentsScrollbar
* rename some variables


Origin commit data
------------------
Branch: ni/coolstream
Commit: cc19ae565c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- pictureviewer: small design reworks ...

* use OFFSET defines
* use CComponentsScrollbar
* rename some variables


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-14 14:57:09 +02:00
parent 7200069ef7
commit c7dfb21970
2 changed files with 30 additions and 37 deletions

View File

@@ -74,11 +74,11 @@ class CPictureViewerGui : public CMenuTarget
unsigned int selected;
unsigned int liststart;
unsigned int listmaxshow;
int fheight; // Fonthoehe Playlist-Inhalt
int theight; // Fonthoehe Playlist-Titel
int footerHeight;
int buttons1Height;
int buttons2Height;
int item_height;
int header_height;
int footer_height;
int buttons1_height;
int buttons2_height;
bool visible;
State m_state;
SortOrder m_sort;