Skip to content

Commit

Permalink
Refactor(UI): ImGui grab rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
brenocq committed Jan 16, 2025
1 parent af97896 commit 22cc26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atta/ui/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void Manager::setTheme() {
// Sizes rounding
style.FrameRounding = 5.0f;
style.ScrollbarRounding = 5.0f;
style.GrabRounding = 5.0f;
style.TabRounding = 5.0f;
// Sizes widgets
style.SeparatorTextBorderSize = 1.0f;
Expand Down

0 comments on commit 22cc26e

Please sign in to comment.