ENH: refine bed type text

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ia4958f316e84c7afa0d8d3af9a2f4a20e2ca8ce8
This commit is contained in:
yifan.wu 2022-12-10 15:48:02 +08:00 committed by Lane.Wei
parent a9c180df24
commit b77e96acdd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SetBedTypeDialog::SetBedTypeDialog(wxWindow* parent, wxWindowID id, const wxStri
wxBoxSizer* m_sizer_radiobutton = new wxBoxSizer(wxVERTICAL);
m_rb_default_plate = create_item_radiobox(_L("Same as global bed type"), this, wxEmptyString, FromDIP(5), btDefault);
m_rb_default_plate = create_item_radiobox(_L("Same as Global Bed Type"), this, wxEmptyString, FromDIP(5), btDefault);
m_sizer_radiobutton->Add(m_rb_default_plate->GetParent(), 1, wxALL, FromDIP(5));
m_rb_cool_plate = create_item_radiobox(_L("Cool Plate"), this, wxEmptyString, FromDIP(5), btPC);
m_sizer_radiobutton->Add(m_rb_cool_plate->GetParent(), 1, wxALL, FromDIP(5));