mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
USBDeviceAddToWhitelistDialog: Use adjustSize for a better default dialog size.
This commit is contained in:
parent
f76ab86326
commit
3f314c81e9
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