mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
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…
Add table
Add a link
Reference in a new issue