mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
fix spacing in tooltip
This commit is contained in:
parent
7f1f94d531
commit
23942781ff
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ const t_field& OptionsGroup::build_field(const t_config_option_key& id, const Co
|
||||||
if (!m_disabled)
|
if (!m_disabled)
|
||||||
this->edit_custom_gcode(opt_id);
|
this->edit_custom_gcode(opt_id);
|
||||||
};
|
};
|
||||||
field->set_edit_tooltip(_L("Edit CustomG-code"));
|
field->set_edit_tooltip(_L("Edit Custom G-code"));
|
||||||
}
|
}
|
||||||
|
|
||||||
field->m_back_to_initial_value = [this](std::string opt_id) {
|
field->m_back_to_initial_value = [this](std::string opt_id) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue