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 );