In compare traces put both total times in the same line.

This commit is contained in:
Bartosz Taudul 2018-09-03 20:39:34 +02:00
parent 9fb26b3622
commit 29d649216e

View File

@ -5844,6 +5844,9 @@ void View::DrawCompare()
ImGui::SameLine();
#endif
TextFocused( "Total time (this):", TimeToString( zoneData0.total * adj0 ) );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
#ifdef TRACY_EXTENDED_FONT
ImGui::TextColored( ImVec4( 0xDD/511.f, 0x22/511.f, 0x22/511.f, 1.f ), ICON_FA_GEM );
ImGui::SameLine();