From 7464843e53b00e24877212e45a7629d82559324a Mon Sep 17 00:00:00 2001 From: Dante38490 Date: Mon, 22 Dec 2014 00:06:25 +0100 Subject: [PATCH] Update MainFrame.cpp Fix Size Setting panel for Tab Graphic --- rpcs3/Gui/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Gui/MainFrame.cpp b/rpcs3/Gui/MainFrame.cpp index 6a9ff7013c..ee19b62c23 100644 --- a/rpcs3/Gui/MainFrame.cpp +++ b/rpcs3/Gui/MainFrame.cpp @@ -342,7 +342,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event)) wxDialog diag(this, wxID_ANY, "Settings", wxDefaultPosition); static const u32 width = 425; - static const u32 height = 400; + static const u32 height = 460; // Settings panels wxNotebook* nb_config = new wxNotebook(&diag, wxID_ANY, wxPoint(6,6), wxSize(width, height));