CUpnpBrowserGui: rework top box arrangement

Origin commit data
------------------
Commit: 2db623a445
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-26 (Fri, 26 Feb 2016)
This commit is contained in:
2016-02-26 14:56:38 +01:00
parent ea239c54cf
commit 84774b7ab2
2 changed files with 74 additions and 57 deletions

View File

@@ -103,7 +103,7 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
time_t timeout;
CComponentsDetailLine * dline;
CComponentsFooter footer;
CComponentsInfoBox ibox, timebox;
CComponentsInfoBox ibox, timebox, topbox;
bool discoverDevices();
void splitProtocol(std::string &protocol, std::string &prot, std::string &network, std::string &mime, std::string &additional);