From dc72010bd544b73be257342359d002163ede3b0f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 1 Oct 2017 19:47:22 +0200 Subject: [PATCH] Increase separation of zones. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index d6ab0884..c15e42c7 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -1242,7 +1242,7 @@ int View::DrawZoneLevel( const Vector& vec, bool hover, double pxns, con if( it != vec.end() ) { const auto w = ImGui::GetWindowContentRegionWidth(); - const auto ostep = ImGui::GetFontSize(); + const auto ostep = ImGui::GetFontSize() + 1; const auto offset = _offset + ostep * depth; auto draw = ImGui::GetWindowDrawList(); const auto dsz = m_delay * pxns;