mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
FIX: Label wrapping is incorrect(Embeded depth)
Jira: 3328 Change-Id: I637a485e62651c8ed6743dd3648089a78dff8467
This commit is contained in:
parent
73065641c0
commit
3225a1965d
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ void GLGizmoText::on_render_input_window(float x, float y, float bottom_limit)
|
|||
m_need_update_text = true;
|
||||
|
||||
ImGui::AlignTextToFramePadding();
|
||||
m_imgui->text(_L("Embeded\ndepth"));
|
||||
m_imgui->text(_L("Embeded\r\ndepth"));
|
||||
ImGui::SameLine(caption_size);
|
||||
ImGui::PushItemWidth(list_width);
|
||||
old_value = m_embeded_depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue