mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Smaller font for symbol image name.
This commit is contained in:
parent
0eef0a8313
commit
762b3a810a
@ -1175,10 +1175,11 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
ImGui::PopFont();
|
||||||
|
ImGui::AlignTextToFramePadding();
|
||||||
TextDisabledUnformatted( worker.GetString( sym->imageName ) );
|
TextDisabledUnformatted( worker.GetString( sym->imageName ) );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::TextDisabled( "0x%" PRIx64, m_baseAddr );
|
ImGui::TextDisabled( "0x%" PRIx64, m_baseAddr );
|
||||||
ImGui::PopFont();
|
|
||||||
|
|
||||||
if( ImGui::IsKeyDown( ImGuiKey_Z ) ) m_childCalls = !m_childCalls;
|
if( ImGui::IsKeyDown( ImGuiKey_Z ) ) m_childCalls = !m_childCalls;
|
||||||
if( ImGui::IsKeyDown( ImGuiKey_X ) ) m_propagateInlines = !m_propagateInlines;
|
if( ImGui::IsKeyDown( ImGuiKey_X ) ) m_propagateInlines = !m_propagateInlines;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user