ENH: adjust layout of preset page

Change-Id: I4b58b905071586f1d639adebed080c90e75b4553
This commit is contained in:
liz.li 2023-07-04 11:42:57 +08:00 committed by Lane.Wei
parent 1dfcbf6093
commit d208272695
8 changed files with 31 additions and 31 deletions

View file

@ -108,7 +108,7 @@ void CaliPASaveAutoPanel::create_panel(wxWindow* parent)
{
auto complete_text_panel = new wxPanel(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL);
wxBoxSizer* complete_text_sizer = new wxBoxSizer(wxVERTICAL);
auto complete_text = new wxStaticText(complete_text_panel, wxID_ANY, _L("We found the best Pressure Advance Factor"));
auto complete_text = new wxStaticText(complete_text_panel, wxID_ANY, _L("We found the best Dynamic Pressure Control Factor"));
complete_text->SetFont(Label::Head_14);
complete_text->Wrap(CALIBRATION_TEXT_MAX_LENGTH);
complete_text_sizer->Add(complete_text, 0, wxALIGN_CENTER);