mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00: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:
commit
b6be5ee5d3
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ USBDeviceAddToWhitelistDialog::USBDeviceAddToWhitelistDialog(QWidget* parent) :
|
|||
{
|
||||
InitControls();
|
||||
setLayout(main_layout);
|
||||
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
void USBDeviceAddToWhitelistDialog::InitControls()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue