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:
parent
98e84f0d63
commit
a599fa1a63
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ DlgSettings::DlgSettings(QWidget *parent)
|
||||||
|
|
||||||
retranslateUi();
|
retranslateUi();
|
||||||
|
|
||||||
resize(800, 450);
|
adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DlgSettings::createIcons()
|
void DlgSettings::createIcons()
|
||||||
|
|
Loading…
Reference in a new issue