Resize config dialog when page changes

This commit is contained in:
craig.p.drummond
2014-10-08 14:39:08 +00:00
committed by craig.p.drummond
parent 55e6669e65
commit ecc13bd11d
12 changed files with 53 additions and 10 deletions

View File

@@ -95,6 +95,10 @@ HttpServerSettings::HttpServerSettings(QWidget *p)
{
setupUi(this);
initInterfaces(httpInterface);
#ifdef Q_OS_MAC
expandingSpacer->changeSize(0, 0, QSizePolicy::Fixed, QSizePolicy::Fixed);
#endif
}
void HttpServerSettings::load()