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:
Jonathan Li 2015-11-08 13:32:32 +00:00
parent 49ff324882
commit 85a1817ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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 );