diff --git a/src/hello_imgui/impl/imgui_theme.cpp b/src/hello_imgui/impl/imgui_theme.cpp index 87df8f22..24730a7d 100644 --- a/src/hello_imgui/impl/imgui_theme.cpp +++ b/src/hello_imgui/impl/imgui_theme.cpp @@ -751,6 +751,9 @@ namespace ImGuiTheme ThemeTweakImpl::ApplySaturationMultiplier(style, saturation_multiplier, style); ThemeTweakImpl::ApplyAlphaMultiplier(style, alpha_bg_transparency, style); + style.FrameBorderSize = 1.f; + style.FrameRounding = 3.f; + return style; }