From 429f8c0863ffcdb86dc3ce2c9a0f023545f4f9cf Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 3 Jul 2025 13:14:40 -0600 Subject: [PATCH] Use icon form for buttons on small panels --- cosmic-panel-button/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic-panel-button/src/lib.rs b/cosmic-panel-button/src/lib.rs index 589fd401..26f95b3e 100644 --- a/cosmic-panel-button/src/lib.rs +++ b/cosmic-panel-button/src/lib.rs @@ -119,7 +119,7 @@ impl cosmic::Application for Button { || matches!( (&self.core.applet.size, &self.config.force_presentation), ( - Size::PanelSize(PanelSize::M | PanelSize::L | PanelSize::XL), + Size::PanelSize(PanelSize::S | PanelSize::M | PanelSize::L | PanelSize::XL), None ) )