mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-30 22:34:41 +03:00
Reduce selection corner radius
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
3103d28285
commit
4cdce070c4
@ -603,7 +603,7 @@ impl Selection {
|
||||
}
|
||||
|
||||
let mut path = PathBuilder::new();
|
||||
let corner_radius = 0.25 * self.line_height;
|
||||
let corner_radius = 0.15 * self.line_height;
|
||||
let first_line = lines.first().unwrap();
|
||||
let last_line = lines.last().unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user