fix(libcosmic): context drawer title text wrapping

This commit is contained in:
Michael Aaron Murphy 2025-08-12 22:23:23 +02:00
parent 4158c72b75
commit 926c5c1175
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 19 additions and 20 deletions

View file

@ -299,11 +299,10 @@ impl Page {
Message::Left => {}
Message::PaletteAccent(c) => {
theme_staged = dbg!(
self.theme_manager
.selected_customizer_mut()
.set_accent(Some(c).map(Srgb::from))
);
theme_staged = self
.theme_manager
.selected_customizer_mut()
.set_accent(Some(c).map(Srgb::from));
}
Message::Reset => {