From 73e50b970d8c06a4ed456f43d03e6ab3fa5804c6 Mon Sep 17 00:00:00 2001 From: vlj Date: Fri, 26 Aug 2016 16:30:04 +0200 Subject: [PATCH] Remove settings UI change that accidently slipped in. --- rpcs3/Gui/SettingsDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpcs3/Gui/SettingsDialog.cpp b/rpcs3/Gui/SettingsDialog.cpp index 2771aa4ca5..8ceebc14e8 100644 --- a/rpcs3/Gui/SettingsDialog.cpp +++ b/rpcs3/Gui/SettingsDialog.cpp @@ -213,8 +213,8 @@ SettingsDialog::SettingsDialog(wxWindow* parent) std::vector> pads; - static const u32 width = 458 * 2; - static const u32 height = 400 * 2; + static const u32 width = 458; + static const u32 height = 400; // Settings panels wxNotebook* nb_config = new wxNotebook(this, wxID_ANY, wxPoint(6, 6), wxSize(width, height)); @@ -521,7 +521,7 @@ SettingsDialog::SettingsDialog(wxWindow* parent) SetSizerAndFit(s_subpanel_system, false); SetSizerAndFit(s_b_panel, false); - SetSize(width + 26 * 2, height + 80 * 2); + SetSize(width + 26, height + 80); if (ShowModal() == wxID_OK) {