mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:26:04 +08:00
FIX:macos GcodeViewer display alignment problem
Change-Id: Ie10b062edd0c930a410397542fecf15d7fb326d4
This commit is contained in:
parent
869b93e270
commit
61c323d7cb
@ -4168,7 +4168,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
|
||||
|
||||
// BBS render column item
|
||||
{
|
||||
float dummy_size = type == EItemType::None ? window_padding * 3 : ImGui::GetStyle().ItemSpacing.x + icon_size * m_scale;
|
||||
float dummy_size = type == EItemType::None ? window_padding * 3 : ImGui::GetStyle().ItemSpacing.x + icon_size;
|
||||
ImGui::SameLine(dummy_size);
|
||||
imgui.text(columns_offsets[0].first);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user