Use a fancier angle bracket in the breadcrumbs
This commit is contained in:
parent
a11665ecc7
commit
fb46615c9f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ impl View for Breadcrumbs {
|
|||
.with_child(Label::new(filename.to_string(), theme.breadcrumbs.text.clone()).boxed())
|
||||
.with_children(symbols.into_iter().flat_map(|symbol| {
|
||||
[
|
||||
Label::new(" > ".to_string(), theme.breadcrumbs.text.clone()).boxed(),
|
||||
Label::new(" 〉 ".to_string(), theme.breadcrumbs.text.clone()).boxed(),
|
||||
Text::new(symbol.text, theme.breadcrumbs.text.clone())
|
||||
.with_highlights(symbol.highlight_ranges)
|
||||
.boxed(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue