mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:translate text
jira: none Change-Id: I3d3ccde644cef0591dc1be318c3a1bfba1b9792d (cherry picked from commit 55fbcad56e4d155e62bb300343fa0ab2d54119c8)
This commit is contained in:
@@ -598,7 +598,7 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) :
|
||||
m_plate_combox_sizer->Add(cur_combox, 0, wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxTOP | wxBOTTOM, FromDIP(3));
|
||||
|
||||
m_plate_combox_sizer->AddStretchSpacer(1); // m_plate_combox_sizer->AddSpacer(FromDIP(230));
|
||||
m_printer_title = new wxStaticText(this, wxID_ANY, _L("Printer") + ": ");
|
||||
m_printer_title = new wxStaticText(this, wxID_ANY, _L("Printer") + ": ");
|
||||
m_printer_title->SetForegroundColour(wxColour(107, 107, 107, 100));
|
||||
m_plate_combox_sizer->Add(m_printer_title, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxEXPAND | wxTOP , FromDIP(6));
|
||||
m_printer_device_name = new wxStaticText(this, wxID_ANY, "");
|
||||
|
||||
Reference in New Issue
Block a user