commit
567950eeec
3 changed files with 248 additions and 195 deletions
434
Cargo.lock
generated
434
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -28,7 +28,10 @@ two-face = "0.4.3"
|
|||
# Internationalization
|
||||
icu_collator = "1.5"
|
||||
icu_provider = { version = "1.5", features = ["sync"] }
|
||||
i18n-embed = { version = "0.15", features = ["fluent-system", "desktop-requester"] }
|
||||
i18n-embed = { version = "0.15", features = [
|
||||
"fluent-system",
|
||||
"desktop-requester",
|
||||
] }
|
||||
i18n-embed-fl = "0.9"
|
||||
rust-embed = "8"
|
||||
|
||||
|
|
@ -47,7 +50,7 @@ features = ["syntect", "vi"]
|
|||
git = "https://github.com/pop-os/libcosmic.git"
|
||||
default-features = false
|
||||
#TODO: a11y feature crashes file choser dialog
|
||||
features = ["multi-window", "tokio", "winit", "surface-message"]
|
||||
features = ["dbus-config", "multi-window", "tokio", "winit", "surface-message"]
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
fork = "0.2"
|
||||
|
|
|
|||
|
|
@ -1449,7 +1449,7 @@ impl Application for App {
|
|||
.button_spacing(space_xxxs)
|
||||
.on_activate(|entity| action::cosmic(cosmic::app::Action::NavBar(entity)))
|
||||
.spacing(space_none)
|
||||
.style(theme::SegmentedButton::TabBar)
|
||||
.style(theme::SegmentedButton::FileNav)
|
||||
.apply(widget::container)
|
||||
.padding(space_s)
|
||||
.width(Length::Shrink);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue