mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
DolphinQt: Adjust PostProcessingConfigWindow size on creation.
This commit is contained in:
parent
9a0d4501f8
commit
4126b4e904
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ PostProcessingConfigWindow::PostProcessingConfigWindow(EnhancementsWidget* paren
|
||||||
PopulateGroups();
|
PopulateGroups();
|
||||||
Create();
|
Create();
|
||||||
ConnectWidgets();
|
ConnectWidgets();
|
||||||
|
|
||||||
|
adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
PostProcessingConfigWindow::~PostProcessingConfigWindow()
|
PostProcessingConfigWindow::~PostProcessingConfigWindow()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue