upnpbrowser: fix calculation of upper info box height

Origin commit data
------------------
Commit: dc13d0ff28
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- upnpbrowser: fix calculation of upper info box height
This commit is contained in:
vanhofen
2016-08-15 19:35:02 +02:00
parent fc6d74af97
commit a5939c02ac
2 changed files with 6 additions and 6 deletions

View File

@@ -79,10 +79,10 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
unsigned int m_listmaxshow;
unsigned int m_deviceliststart;
unsigned int m_selecteddevice;
int m_fheight; // Fonthoehe Inhalt
int m_theight; // Fonthoehe Titel
int m_mheight; // Fonthoehe Info
int m_sheight; // Fonthoehe Status
int m_fheight; // items font height
int m_theight; // title font height
int m_mheight; // lower box font height
int m_iheight; // upper box font height
int m_buttonHeight;
int m_title_height;
int m_info_height;