From fbf0d47c1c828a4d7e342911183d481bc1774741 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 26 Oct 2022 19:49:13 +0200 Subject: Condense some text labels. --- server/TracySourceView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 9aa33a4f..d9718fac 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1369,7 +1369,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) ImGui::SameLine(); ImGui::RadioButton( "Assembly", &m_displayMode, DisplayAsm ); ImGui::SameLine(); - ImGui::RadioButton( "Combined", &m_displayMode, DisplayMixed ); + ImGui::RadioButton( "Both", &m_displayMode, DisplayMixed ); } } else @@ -1429,7 +1429,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) ImGui::SameLine(); if( worker.GetHwSampleCountAddress() != 0 ) { - SmallCheckbox( ICON_FA_HAMMER " Hw samples", &m_hwSamples ); + SmallCheckbox( ICON_FA_HAMMER " HW", &m_hwSamples ); ImGui::SameLine(); SmallCheckbox( ICON_FA_CAR_BURST " Impact", &m_hwSamplesRelative ); ImGui::SameLine(); -- cgit v1.2.3