mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #13788 from jordan-woyak/post-proc-config-window-adjust-size
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