qt: All dialogs are now fixed

This commit is contained in:
Cacodemon345
2022-02-06 01:50:30 +06:00
parent a570f01d97
commit 6818c03799
9 changed files with 147 additions and 68 deletions

View File

@@ -27,6 +27,7 @@ JoystickConfiguration::JoystickConfiguration(int type, int joystick_nr, QWidget
}
ui->comboBoxDevice->setCurrentIndex(joystick_state[joystick_nr].plat_joystick_nr);
setFixedSize(minimumSizeHint());
}
JoystickConfiguration::~JoystickConfiguration()
@@ -180,4 +181,6 @@ void JoystickConfiguration::on_comboBoxDevice_currentIndexChanged(int index) {
++row;
}
setFixedSize(minimumSizeHint());
}