ENH: modify image and introduction text

Change-Id: Ib867b6bc7200405b470b6149213c46986abf4bcb
This commit is contained in:
liz.li 2023-07-07 10:10:57 +08:00 committed by Lane.Wei
parent d9b44245ad
commit cbaa6bf16c
6 changed files with 68 additions and 41 deletions

View file

@ -238,7 +238,7 @@ Temp_Calibration_Dlg::Temp_Calibration_Dlg(wxWindow* parent, wxWindowID id, Plat
// Settings
//
wxString start_temp_str = _L("Start temp: ");
wxString end_temp_str = _L("End end: ");
wxString end_temp_str = _L("End temp: ");
wxString temp_step_str = _L("Temp step: ");
auto text_size = wxWindow::GetTextExtent(start_temp_str);
text_size.IncTo(wxWindow::GetTextExtent(end_temp_str));