Removed manual sizing

replaced the resize(x, y) to "pack" the widgets. It saves space and
makes the settings tighter.
This commit is contained in:
Matt Lowe 2015-01-17 17:30:24 +01:00
parent 98e84f0d63
commit a599fa1a63

View file

@ -698,7 +698,7 @@ DlgSettings::DlgSettings(QWidget *parent)
retranslateUi();
resize(800, 450);
adjustSize();
}
void DlgSettings::createIcons()