Resize config dialog when page changes
This commit is contained in:
committed by
craig.p.drummond
parent
55e6669e65
commit
ecc13bd11d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user