Skip to content

Commit 762b3a8

Browse files
committed
Smaller font for symbol image name.
1 parent 0eef0a8 commit 762b3a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎server/TracySourceView.cpp‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,10 +1175,11 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
11751175
}
11761176
}
11771177
ImGui::SameLine();
1178+
ImGui::PopFont();
1179+
ImGui::AlignTextToFramePadding();
11781180
TextDisabledUnformatted( worker.GetString( sym->imageName ) );
11791181
ImGui::SameLine();
11801182
ImGui::TextDisabled( "0x%" PRIx64, m_baseAddr );
1181-
ImGui::PopFont();
11821183

11831184
if( ImGui::IsKeyDown( ImGuiKey_Z ) ) m_childCalls = !m_childCalls;
11841185
if( ImGui::IsKeyDown( ImGuiKey_X ) ) m_propagateInlines = !m_propagateInlines;

0 commit comments

Comments
 (0)