mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 05:27:50 +00:00
Fix Belt Tooltip Spacing and Legend Casing
Drop double spaces in the belt tilt tooltips and match the preview legend header to the "Belt printer" settings group.
This commit is contained in:
@@ -4906,7 +4906,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
|
|||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
ImGui::Dummy({ window_padding, 0 });
|
ImGui::Dummy({ window_padding, 0 });
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextColored(ImVec4(0.f, 0.59f, 0.53f, 1.f), "%s", _u8L("Belt Printer").c_str());
|
ImGui::TextColored(ImVec4(0.f, 0.59f, 0.53f, 1.f), "%s", _u8L("Belt printer").c_str());
|
||||||
ImGui::Dummy({ window_padding, 0 });
|
ImGui::Dummy({ window_padding, 0 });
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
// Checked = show the raw machine-frame G-code (designed/upright view off). Worded to
|
// Checked = show the raw machine-frame G-code (designed/upright view off). Worded to
|
||||||
|
|||||||
Reference in New Issue
Block a user