Skip to content

Commit 22cc26e

Browse files
committed
Refactor(UI): ImGui grab rounding
1 parent af97896 commit 22cc26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/atta/ui/manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void Manager::setTheme() {
113113
// Sizes rounding
114114
style.FrameRounding = 5.0f;
115115
style.ScrollbarRounding = 5.0f;
116+
style.GrabRounding = 5.0f;
116117
style.TabRounding = 5.0f;
117118
// Sizes widgets
118119
style.SeparatorTextBorderSize = 1.0f;

0 commit comments

Comments
 (0)