From f74a313d12bfa4339c8a2189de7a5e925fb56e3d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 1 Oct 2017 20:37:35 +0200 Subject: [PATCH] Fix thread spacing. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index d23d64fa..b930e807 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1220,7 +1220,7 @@ void View::DrawZones() while( false ); // zones - const auto ostep = ImGui::GetFontSize(); + const auto ostep = ImGui::GetFontSize() + 1; int offset = 20; for( auto& v : m_threads ) {