mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 09:05:54 +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();
|
InitControls();
|
||||||
setLayout(main_layout);
|
setLayout(main_layout);
|
||||||
|
|
||||||
|
adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void USBDeviceAddToWhitelistDialog::InitControls()
|
void USBDeviceAddToWhitelistDialog::InitControls()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue