mirror of https://github.com/PCSX2/pcsx2.git
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.
This commit is contained in:
parent
49ff324882
commit
85a1817ecc
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue