mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-18 01:55:53 +08:00
fix spacing in tooltip
This commit is contained in:
parent
7f1f94d531
commit
23942781ff
@ -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…
x
Reference in New Issue
Block a user