From 6c958f61771960cca85efb27e2dcab4711014a63 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 3 Aug 2019 14:52:09 +0200 Subject: [PATCH] Increase height of frame graph. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 1e4b2cc8..55acb3e3 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -894,7 +894,7 @@ void View::DrawFrames() { assert( m_worker.GetFrameCount( *m_frames ) != 0 ); - const auto Height = 40 * ImGui::GetTextLineHeight() / 15.f; + const auto Height = 50 * ImGui::GetTextLineHeight() / 15.f; enum { MaxFrameTime = 50 * 1000 * 1000 }; // 50ms