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:
parent
31aa0bd3df
commit
e568122083
3 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue