mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
ENH:modify text
jira: none Change-Id: I42d4d5e65246bbb779ca0ff5a9860a414a2f66dd (cherry picked from commit ffe47e1ea84548cd5f70fc52c867210b10b3f959)
This commit is contained in:
parent
3aa2dec020
commit
2aef37a182
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ wxBoxSizer *ObjColorPanel::create_add_btn_sizer(wxWindow *parent)
|
|||
StateColor calc_btn_text(std::pair<wxColour, int>(wxColour(255, 255, 254), StateColor::Normal));
|
||||
// create btn
|
||||
m_quick_add_btn = new Button(parent, _L("Append"));
|
||||
m_quick_add_btn->SetToolTip(_L("Add consumable extruder after existing extruders."));
|
||||
m_quick_add_btn->SetToolTip(_L("Append to existing filaments"));
|
||||
auto cur_btn = m_quick_add_btn;
|
||||
cur_btn->SetFont(Label::Body_13);
|
||||
cur_btn->SetMinSize(wxSize(FromDIP(60), FromDIP(20)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue