fix(context_drawer): title alignment

Something caused text alignment to break, so this gets around it by wrapping the text in a container.
This commit is contained in:
Vukašin Vojinović 2025-09-11 16:37:42 +02:00 committed by Ashley Wulber
parent 31aa0bd3df
commit e568122083
3 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ subscription = ["iced_futures"]
[dependencies]
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
zbus = { version = "5.10.0", default-features = false, optional = true }
zbus = { version = "5.11.0", default-features = false, optional = true }
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" }
calloop = { version = "0.14.3", optional = true }
notify = "8.2.0"