Removed breadcrumb scrollable
This commit is contained in:
parent
5bb2edca8b
commit
93a30ea940
1 changed files with 0 additions and 2 deletions
|
@ -42,12 +42,10 @@ impl View for Breadcrumbs {
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.and_then(|item| item.breadcrumbs(&theme, cx))
|
.and_then(|item| item.breadcrumbs(&theme, cx))
|
||||||
{
|
{
|
||||||
enum BreadcrumbTag {}
|
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.with_children(Itertools::intersperse_with(breadcrumbs.into_iter(), || {
|
.with_children(Itertools::intersperse_with(breadcrumbs.into_iter(), || {
|
||||||
Label::new(" 〉 ".to_string(), theme.breadcrumbs.text.clone()).boxed()
|
Label::new(" 〉 ".to_string(), theme.breadcrumbs.text.clone()).boxed()
|
||||||
}))
|
}))
|
||||||
.scrollable::<BreadcrumbTag, _>(0, None, cx)
|
|
||||||
.contained()
|
.contained()
|
||||||
.with_style(theme.breadcrumbs.container)
|
.with_style(theme.breadcrumbs.container)
|
||||||
.aligned()
|
.aligned()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue