mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 16:21:11 -05:00
USBDeviceAddToWhitelistDialog: Use adjustSize for a better default dialog size.
This commit is contained in:
parent
f76ab86326
commit
3f314c81e9
|
|
@ -37,6 +37,8 @@ USBDeviceAddToWhitelistDialog::USBDeviceAddToWhitelistDialog(QWidget* parent) :
|
|||
{
|
||||
InitControls();
|
||||
setLayout(main_layout);
|
||||
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
void USBDeviceAddToWhitelistDialog::InitControls()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user