Removed the vertical space in the below information about how to use gizmo for all painting gizmos.

This commit is contained in:
Lukáš Hejl 2021-10-07 11:25:17 +02:00
parent fb3ed367ad
commit 992a279bef
3 changed files with 2 additions and 6 deletions

View file

@ -129,7 +129,6 @@ void GLGizmoFdmSupports::on_render_input_window(float x, float y, float bottom_l
for (const auto &t : std::array<std::string, 3>{"enforce", "block", "remove"})
draw_text_with_caption(m_desc.at(t + "_caption"), m_desc.at(t));
m_imgui->text("");
ImGui::Separator();
ImGui::AlignTextToFramePadding();