Make settings dialog layouts less derpy on windows
This commit is contained in:
parent
767c3db297
commit
6793f6b706
4 changed files with 16 additions and 1 deletions
|
@ -35,6 +35,11 @@ SettingsDialog::~SettingsDialog()
|
|||
{
|
||||
delete ui;
|
||||
}
|
||||
void SettingsDialog::showEvent ( QShowEvent* ev )
|
||||
{
|
||||
QDialog::showEvent(ev);
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
void SettingsDialog::updateCheckboxStuff()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue