Deleted empty line between "default value" and "variable name"
This commit is contained in:
parent
ea163edc41
commit
7edc1dd577
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ namespace Slic3r { namespace GUI {
|
|||
if (tooltip.length() > 0)
|
||||
tooltip_text = tooltip + "\n" + _(L("default value")) + "\t: " +
|
||||
(boost::iends_with(m_opt_id, "_gcode") ? "\n" : "") + default_string +
|
||||
(boost::iends_with(m_opt_id, "_gcode") ? "" : "\n") + "\n " +
|
||||
(boost::iends_with(m_opt_id, "_gcode") ? "" : "\n") +
|
||||
_(L("variable name")) + "\t: " + m_opt_id;
|
||||
|
||||
return tooltip_text;
|
||||
|
|
Loading…
Reference in a new issue