Make settings dialog layouts less derpy on windows
This commit is contained in:
@ -35,6 +35,11 @@ SettingsDialog::~SettingsDialog()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
void SettingsDialog::showEvent ( QShowEvent* ev )
|
||||
{
|
||||
QDialog::showEvent(ev);
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
void SettingsDialog::updateCheckboxStuff()
|
||||
{
|
||||
|
Reference in New Issue
Block a user