# HG changeset patch # User jld # Date 1238099899 0 # Node ID b540033bc34f542fd5e53367d7b50ec87ec28e43 # Parent a4dc7ca920f2048c4834016a492a0e3a2f217d0c * standalone/wxwin/settingsdlg.cpp: Further tweaks to the widths of settings dialog widgets. diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,8 @@ +2009-03-26 John Dallaway + + * standalone/wxwin/settingsdlg.cpp: Further tweaks to the widths of + settings dialog widgets. + 2009-03-23 John Dallaway * standalone/wxwin/settingsdlg.cpp: Tweak width of settings dialog diff --git a/host/tools/configtool/standalone/wxwin/settingsdlg.cpp b/host/tools/configtool/standalone/wxwin/settingsdlg.cpp --- a/host/tools/configtool/standalone/wxwin/settingsdlg.cpp +++ b/host/tools/configtool/standalone/wxwin/settingsdlg.cpp @@ -1097,7 +1097,7 @@ void ecRunOptionsDialog::CreateControls( _("/dev/ttyS6"), _("/dev/ttyS7") }; - wxComboBox *item19 = new wxComboBox( parent, ecID_RUN_PROPERTIES_SERIAL_PORT_ADDR, wxEmptyString, wxDefaultPosition, wxSize(130,-1), 8, strs19, wxCB_DROPDOWN ); + wxComboBox *item19 = new wxComboBox( parent, ecID_RUN_PROPERTIES_SERIAL_PORT_ADDR, wxEmptyString, wxDefaultPosition, wxSize(100,-1), 8, strs19, wxCB_DROPDOWN ); item16->Add( item19, 0, wxALIGN_CENTRE|wxALL, 5 ); wxStaticText *item20 = new wxStaticText( parent, wxID_STATIC, _("&Baud:"), wxDefaultPosition, wxDefaultSize, 0 ); @@ -1129,7 +1129,7 @@ void ecRunOptionsDialog::CreateControls( _("460800"), _("921600") }; - wxChoice *item21 = new wxChoice( parent, ecID_RUN_PROPERTIES_SERIAL_PORT_SPEED, wxDefaultPosition, wxSize(90,-1), 22, strs21, 0 ); + wxChoice *item21 = new wxChoice( parent, ecID_RUN_PROPERTIES_SERIAL_PORT_SPEED, wxDefaultPosition, wxSize(85,-1), 22, strs21, 0 ); item16->Add( item21, 0, wxALIGN_CENTRE|wxALL, 5 ); item14->Add( item16, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );