From be0b1d53c4ea9fdc59bdd66fe1d732cb8e33ae7f Mon Sep 17 00:00:00 2001 From: Stephan Buys Date: Wed, 29 Oct 2025 12:51:42 +0200 Subject: [PATCH] launcher: render category icons as symbolic --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 2a6e344..e3b433e 100644 --- a/src/app.rs +++ b/src/app.rs @@ -806,7 +806,7 @@ impl cosmic::Application for CosmicLauncher { IconSource::Name(name) | IconSource::Mime(name) => name, }; button_content.push( - icon(from_name(name.clone()).into()) + icon(from_name(name.clone()).symbolic(true).size(16).into()) .width(Length::Fixed(16.0)) .height(Length::Fixed(16.0)) .class(cosmic::theme::Svg::Custom(Rc::new(|theme| {