crates/title_bar/src/platform_title_bar.rs 🔗 @@ -97,6 +97,7 @@ impl Render for PlatformTitleBar { }) // this border is to avoid a transparent gap in the rounded corners .mt(px(-1.)) + .mb(px(-1.)) .border(px(1.)) .border_color(titlebar_color), })