mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
ENH:translate step mesh text
jira: nojira Change-Id: Ic8c9e010551cc9acab9e863e60321a6b64f83778 (cherry picked from commit 228a19e6049bae320560c5eac05580bee354860e)
This commit is contained in:
@@ -116,7 +116,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line
|
|||||||
// bSizer->Add(overlay_panel, 0, wxALIGN_CENTER | wxALL, 10);
|
// bSizer->Add(overlay_panel, 0, wxALIGN_CENTER | wxALL, 10);
|
||||||
|
|
||||||
wxBoxSizer* tips_sizer = new wxBoxSizer(wxVERTICAL);
|
wxBoxSizer* tips_sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
wxStaticText* info = new wxStaticText(this, wxID_ANY, _L("Smaller linear and angular deflections result in higher-quality transformations but increase the transfer time."));
|
wxStaticText* info = new wxStaticText(this, wxID_ANY, _L("Smaller linear and angular deflections result in higher-quality transformations but increase the processing time."));
|
||||||
wxStaticText *tips = new wxStaticText(this, wxID_ANY, _L("See BambuLab Wiki"));
|
wxStaticText *tips = new wxStaticText(this, wxID_ANY, _L("See BambuLab Wiki"));
|
||||||
wxFont font(10, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false);
|
wxFont font(10, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false);
|
||||||
font.SetUnderlined(true);
|
font.SetUnderlined(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user