Commit a599fa1a authored by Matt Lowe's avatar Matt Lowe
Browse files

Removed manual sizing

replaced the resize(x, y) to "pack" the widgets. It saves space and
makes the settings tighter.
parent 98e84f0d
......@@ -698,7 +698,7 @@ DlgSettings::DlgSettings(QWidget *parent)
retranslateUi();
resize(800, 450);
adjustSize();
}
void DlgSettings::createIcons()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment