fix: fix the one pixel wide gap between panes
This commit is contained in:
parent
7abe927b9c
commit
8ae5918ccd
1 changed files with 2 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue