# HG changeset patch # User jld # Date 1238099958 0 # Node ID 1a71643da0b4c22a7a1c5bcccffe74e31d26175e # Parent b5788f54940d111be385e702d8d0fd0d3e360627 * 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 );