diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 83ce8191..7e77ae19 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1239,7 +1239,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) } ImGui::SetNextItemWidth( mw + ImGui::GetFontSize() ); ImGui::PushStyleVar( ImGuiStyleVar_FramePadding, ImVec2( 0, 0 ) ); - ImGui::Combo( "##cost", &m_cost, items, sizeof( items ) / sizeof( *items ) ); + ImGui::Combo( "##cost", &m_cost, items, sizeof( items ) / sizeof( *items ), 100 ); ImGui::PopStyleVar(); ImGui::SameLine(); ImGui::Spacing();