From e613c458dd8658ccd3237430db2da84fc1214676 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 6 Oct 2020 01:38:40 +0200 Subject: [PATCH] Fix vertical alignment. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 4df19edb..65e96556 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -12088,6 +12088,7 @@ void View::DrawStatistics() } ImGui::Separator(); + ImGui::AlignTextToFramePadding(); TextDisabledUnformatted( "Filter results" ); ImGui::SameLine(); m_statisticsFilter.Draw( ICON_FA_FILTER "###resultFilter", 200 );