From adf8a126c6a41667ab198d266aff5c59afe8adaa Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 21 Apr 2018 19:30:49 +0200 Subject: [PATCH] More space for text on main window buttons. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 75d29271..9feebc40 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -297,7 +297,7 @@ void View::DrawImpl() } const auto th = ImGui::GetTextLineHeight(); - const auto bw = 4.7f * th; + const auto bw = 6 * th; std::lock_guard lock( m_worker.GetDataLock() ); ImGui::Begin( m_worker.GetCaptureName().c_str(), nullptr, ImVec2( 1550, 800 ), -1, ImGuiWindowFlags_NoScrollbar );