diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 08:41:54 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 08:41:54 +0200 |
| commit | c1d950f2765cde614c8411b4effb3850146ba598 (patch) | |
| tree | 408372166c170bfabc3e23a02d8aaa48b662696c /libs/imgui-1.92.1/imgui.cpp | |
| parent | a8799cfee2de8ac53cc07c571c56ae5d9c98cbbd (diff) | |
ui loading animation for model request
Diffstat (limited to 'libs/imgui-1.92.1/imgui.cpp')
| -rw-r--r-- | libs/imgui-1.92.1/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
