mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:translate text
jira:none Change-Id: I2d37d7ba4867b1507d2a8073dfdfc836b7c8e112 (cherry picked from commit 5427e9e0522b370e85ef0b2eab8394ae5f41ed40)
This commit is contained in:
@@ -260,7 +260,7 @@ void AMSMaterialsSetting::create_panel_normal(wxWindow* parent)
|
||||
m_panel_SN->Fit();
|
||||
|
||||
wxBoxSizer* m_tip_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
m_tip_readonly = new Label(parent, L"");
|
||||
m_tip_readonly = new Label(parent, "");
|
||||
m_tip_readonly->SetForegroundColour(*wxBLACK);
|
||||
m_tip_readonly->SetBackgroundColour(*wxWHITE);
|
||||
m_tip_readonly->SetMinSize(wxSize(FromDIP(380), -1));
|
||||
|
||||
Reference in New Issue
Block a user