mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Update plate list > plate number position (#6202)
* Update GLCanvas3D.cpp
This commit is contained in:
parent
143d8c4a8d
commit
7d5ab6456f
1 changed files with 1 additions and 1 deletions
|
@ -8041,7 +8041,7 @@ void GLCanvas3D::_render_imgui_select_plate_toolbar()
|
|||
}
|
||||
|
||||
// draw text
|
||||
ImVec2 text_start_pos = ImVec2(start_pos.x + 10.0f, start_pos.y + 8.0f);
|
||||
ImVec2 text_start_pos = ImVec2(start_pos.x + 4.0f, start_pos.y + 2.0f); // ORCA move close to corner to prevent overlapping with preview
|
||||
ImGui::RenderText(text_start_pos, std::to_string(i + 1).c_str());
|
||||
|
||||
ImGui::PopID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue