CUpnpBrowserGui: rework top box arrangement

This commit is contained in:
2016-02-26 14:56:38 +01:00
parent b3a19f4d8f
commit 2db623a445
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);