diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 63d2f437..9a3bb74d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -9030,6 +9030,8 @@ void View::DrawFindZone() ImGui::SameLine(); ImGui::Checkbox( "Ignore case", &m_findZone.ignoreCase ); ImGui::SameLine(); + ImGui::Spacing(); + ImGui::SameLine(); if( ImGui::Checkbox( "Limit range", &m_findZone.range.active ) ) { if( m_findZone.range.active && m_findZone.range.min == 0 && m_findZone.range.max == 0 )