mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: fix some translation and style issues
jira: STUDIO-9777 & STUDIO-9726 & STUDIO-9717 & STUDIO-9720 Change-Id: I05e6df6bb1416988a1862fc589058241d5344a58 (cherry picked from commit d833ab7d48729b527748662872df1ec33567b5ab)
This commit is contained in:
@@ -273,7 +273,7 @@ wxBoxSizer* WipingPanel::create_calc_btn_sizer(wxWindow* parent) {
|
||||
calc_btn->Bind(wxEVT_BUTTON, [this](wxCommandEvent&) { calc_flushing_volumes(); });
|
||||
|
||||
if (m_nozzle_nums == 2) {
|
||||
ComboBox *extruder_combo = new ComboBox(parent, wxID_ANY, "", wxDefaultPosition, wxSize(FromDIP(100), FromDIP(24)), 0, nullptr, wxCB_READONLY);
|
||||
ComboBox *extruder_combo = new ComboBox(parent, wxID_ANY, "", wxDefaultPosition, wxSize(FromDIP(130), FromDIP(24)), 0, nullptr, wxCB_READONLY);
|
||||
extruder_combo->AppendString(_L("Left extruder"));
|
||||
extruder_combo->AppendString(_L("Right extruder"));
|
||||
extruder_combo->SetSelection(0);
|
||||
|
||||
Reference in New Issue
Block a user