fix: fix the one pixel wide gap between panes

This commit is contained in:
Hojjat 2026-03-24 13:03:28 -06:00 committed by Ashley Wulber
parent 7abe927b9c
commit 8ae5918ccd

View file

@ -402,6 +402,7 @@ where
width: self.border.width, width: self.border.width,
color: self.border.color, color: self.border.color,
}, },
snap: true,
..Default::default() ..Default::default()
}, },
Color::from_rgba( Color::from_rgba(
@ -445,6 +446,7 @@ where
width: self.border.width, width: self.border.width,
color: self.border.color, color: self.border.color,
}, },
snap: true,
..Default::default() ..Default::default()
}, },
Color::from_rgba( Color::from_rgba(