From 85a1817ecc9b5cc8b84223943032e6b081f0859b Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Sun, 8 Nov 2015 13:32:32 +0000 Subject: [PATCH] gui: Make Plugin/BIOS selector dialog wider If the plugin info is too long it becomes truncated on Windows, which could be quite annoying for testing. --- pcsx2/gui/Dialogs/SysConfigDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Dialogs/SysConfigDialog.cpp b/pcsx2/gui/Dialogs/SysConfigDialog.cpp index 6c959f35b8..6434b99845 100644 --- a/pcsx2/gui/Dialogs/SysConfigDialog.cpp +++ b/pcsx2/gui/Dialogs/SysConfigDialog.cpp @@ -236,7 +236,7 @@ Dialogs::SysConfigDialog::SysConfigDialog(wxWindow* parent) } Dialogs::ComponentsConfigDialog::ComponentsConfigDialog(wxWindow* parent) - : BaseConfigurationDialog( parent, AddAppName(_("Components Selectors - %s")), 650 ) + : BaseConfigurationDialog( parent, AddAppName(_("Components Selectors - %s")), 750 ) { ScopedBusyCursor busy( Cursor_ReallyBusy );