mirror of https://github.com/PCSX2/pcsx2.git
Update SysConfigDialog.cpp
This commit is contained in:
parent
11c346ab02
commit
69ba5b447f
|
@ -192,7 +192,7 @@ void Dialogs::SysConfigDialog::Cancel()
|
|||
}
|
||||
|
||||
Dialogs::SysConfigDialog::SysConfigDialog(wxWindow* parent)
|
||||
: BaseConfigurationDialog( parent, AddAppName(_("General Settings - %s")), 600 )
|
||||
: BaseConfigurationDialog( parent, AddAppName(_("General Settings - %s")), 580 )
|
||||
{
|
||||
ScopedBusyCursor busy( Cursor_ReallyBusy );
|
||||
|
||||
|
|
Loading…
Reference in New Issue