improv: use new and improved FileNav style

This commit is contained in:
Michael Aaron Murphy 2025-08-19 16:10:02 +02:00
parent 3c9d2a077e
commit a5ee0e75d8
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 192 additions and 192 deletions

382
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1449,7 +1449,7 @@ impl Application for App {
.button_spacing(space_xxxs) .button_spacing(space_xxxs)
.on_activate(|entity| action::cosmic(cosmic::app::Action::NavBar(entity))) .on_activate(|entity| action::cosmic(cosmic::app::Action::NavBar(entity)))
.spacing(space_none) .spacing(space_none)
.style(theme::SegmentedButton::TabBar) .style(theme::SegmentedButton::FileNav)
.apply(widget::container) .apply(widget::container)
.padding(space_s) .padding(space_s)
.width(Length::Shrink); .width(Length::Shrink);