mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
DolphinQt: Adjust PostProcessingConfigWindow size on creation.
This commit is contained in:
@ -46,6 +46,8 @@ PostProcessingConfigWindow::PostProcessingConfigWindow(EnhancementsWidget* paren
|
|||||||
PopulateGroups();
|
PopulateGroups();
|
||||||
Create();
|
Create();
|
||||||
ConnectWidgets();
|
ConnectWidgets();
|
||||||
|
|
||||||
|
adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
PostProcessingConfigWindow::~PostProcessingConfigWindow()
|
PostProcessingConfigWindow::~PostProcessingConfigWindow()
|
||||||
|
Reference in New Issue
Block a user