From 19e36f5e809add817a527e4a76c934e01e06676a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 26 Oct 2022 21:33:07 +0200 Subject: Condense some more. --- server/TracySourceView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server') diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index d9718fac..1d725899 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -2346,18 +2346,18 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker } ImGui::SameLine(); } - SmallCheckbox( ICON_FA_MAGNIFYING_GLASS_LOCATION " Relative loc.", &m_asmRelative ); + SmallCheckbox( ICON_FA_MAGNIFYING_GLASS_LOCATION " Relative", &m_asmRelative ); if( !m_sourceFiles.empty() ) { ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine(); - SmallCheckbox( ICON_FA_FILE_IMPORT " Source loc.", &m_asmShowSourceLocation ); + SmallCheckbox( ICON_FA_FILE_IMPORT " Source", &m_asmShowSourceLocation ); } ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine(); - SmallCheckbox( ICON_FA_GEARS " Machine code", &m_asmBytes ); + SmallCheckbox( ICON_FA_GEARS " Raw code", &m_asmBytes ); ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine(); -- cgit v1.2.3