Merge pull request #3478 from mmastrac/ui_resize_fix

DolphinWX: fixes the window growing slightly on every re-launch
This commit is contained in:
Mathew Maidment 2016-01-09 17:15:35 -05:00
commit 9925d8a947
1 changed files with 3 additions and 0 deletions

View File

@ -463,6 +463,9 @@ CFrame::CFrame(wxFrame* parent,
ToggleLogConfigWindow(true);
}
// Set the size of the window after the UI has been built, but before we show it
SetSize(size);
// Show window
Show();