FIX: [5504] Optimization description

Jira: 5540

Change-Id: I9379f2c69b6724ec1ef5294dd3c404b0e3189486
This commit is contained in:
maosheng.wei
2023-12-06 10:50:21 +08:00
committed by Lane.Wei
parent 270e3724a2
commit b554f86675
3 changed files with 3 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ wxBoxSizer* PrintOptionsDialog::create_settings_group(wxWindow* parent)
//filament tangle detect
line_sizer = new wxBoxSizer(wxHORIZONTAL);
m_cb_filament_tangle = new CheckBox(parent);
text_filament_tangle = new wxStaticText(parent, wxID_ANY, _L("Fliament Tangle Detect"));
text_filament_tangle = new wxStaticText(parent, wxID_ANY, _L("Filament Tangle Detect"));
text_filament_tangle->SetFont(Label::Body_14);
line_sizer->Add(FromDIP(5), 0, 0, 0);
line_sizer->Add(m_cb_filament_tangle, 0, wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(5));