Avoid gap between titlebar and body on linux (#40228)

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: John Tur <john-tur@outlook.com>

Release Notes:

- N/A

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: John Tur <john-tur@outlook.com>
This commit is contained in:
Conrad Irwin
2025-10-15 04:44:00 +00:00
committed by GitHub
co-authored by Max Brunsfeld John Tur
parent ba0b68779d
commit 0c08bbca05
@@ -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),
})