From c1d950f2765cde614c8411b4effb3850146ba598 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 18 Oct 2025 08:41:54 +0200 Subject: ui loading animation for model request --- libs/imgui-1.92.1/imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/imgui-1.92.1/imgui.cpp') diff --git a/libs/imgui-1.92.1/imgui.cpp b/libs/imgui-1.92.1/imgui.cpp index b41a167..93094eb 100644 --- a/libs/imgui-1.92.1/imgui.cpp +++ b/libs/imgui-1.92.1/imgui.cpp @@ -16690,7 +16690,7 @@ void ImGui::LoadingIndicatorCircle(const char* label, const float indicator_radi const ImGuiID id = window->GetID(label); const ImVec2 pos = window->DC.CursorPos; - const float circle_radius = indicator_radius / 15.0f; + const float circle_radius = indicator_radius / 12.0f; const float updated_indicator_radius = indicator_radius - 4.0f * circle_radius; const ImRect bb(pos, ImVec2(pos.x + indicator_radius * 2.0f, pos.y + indicator_radius * 2.0f)); ItemSize(bb); -- cgit v1.2.3-70-g09d2