qt: All dialogs are now fixed
This commit is contained in:
@@ -147,6 +147,7 @@ void DeviceConfig::ConfigureDevice(const _device_* device, int instance) {
|
||||
++config;
|
||||
}
|
||||
|
||||
dc.setFixedSize(dc.minimumSizeHint());
|
||||
int res = dc.exec();
|
||||
if (res == QDialog::Accepted) {
|
||||
config = device->config;
|
||||
|
||||
Reference in New Issue
Block a user