mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Use small font for debug data in about window.
This commit is contained in:
parent
e7184565b3
commit
ff8a85ea2d
@ -392,9 +392,17 @@ static void DrawContents()
|
|||||||
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
|
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
|
||||||
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
|
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
ImGui::PushFont( s_smallFont );
|
||||||
tracy::TextFocused( "Protocol version", tracy::RealToString( tracy::ProtocolVersion ) );
|
tracy::TextFocused( "Protocol version", tracy::RealToString( tracy::ProtocolVersion ) );
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::SeparatorEx( ImGuiSeparatorFlags_Vertical );
|
||||||
|
ImGui::SameLine();
|
||||||
tracy::TextFocused( "Broadcast version", tracy::RealToString( tracy::BroadcastVersion ) );
|
tracy::TextFocused( "Broadcast version", tracy::RealToString( tracy::BroadcastVersion ) );
|
||||||
|
ImGui::SameLine();
|
||||||
|
ImGui::SeparatorEx( ImGuiSeparatorFlags_Vertical );
|
||||||
|
ImGui::SameLine();
|
||||||
tracy::TextFocused( "Build date", __DATE__ ", " __TIME__ );
|
tracy::TextFocused( "Build date", __DATE__ ", " __TIME__ );
|
||||||
|
ImGui::PopFont();
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user