mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #13801 from jordan-woyak/usb-add-device-dialog-adjust-size
USBDeviceAddToWhitelistDialog: Use adjustSize for a better default dialog size.
This commit is contained in:
@ -37,6 +37,8 @@ USBDeviceAddToWhitelistDialog::USBDeviceAddToWhitelistDialog(QWidget* parent) :
|
||||
{
|
||||
InitControls();
|
||||
setLayout(main_layout);
|
||||
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
void USBDeviceAddToWhitelistDialog::InitControls()
|
||||
|
Reference in New Issue
Block a user