Mercurial > ecos
changeset 2862:b540033bc34f
* standalone/wxwin/settingsdlg.cpp: Further tweaks to the widths of
settings dialog widgets.
| author | jld |
|---|---|
| date | Thu, 26 Mar 2009 20:38:19 +0000 |
| parents | a4dc7ca920f2 |
| children | 34c6782958f4 |
| files | host/tools/configtool/ChangeLog host/tools/configtool/standalone/wxwin/settingsdlg.cpp |
| diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,3 +1,8 @@ +2009-03-26 John Dallaway <john@dallaway.org.uk> + + * standalone/wxwin/settingsdlg.cpp: Further tweaks to the widths of + settings dialog widgets. + 2009-03-23 John Dallaway <john@dallaway.org.uk> * standalone/wxwin/settingsdlg.cpp: Tweak width of settings dialog
--- 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 );
