From 46a77ee121ae7fd384c1a2204d7505d1364a1d1f Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 7 Jun 2024 08:52:29 +0200 Subject: [PATCH] fix(input-sources): padding hides text with small panel Closes #485 --- cosmic-applet-input-sources/src/window.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cosmic-applet-input-sources/src/window.rs b/cosmic-applet-input-sources/src/window.rs index d53d445e..d9677385 100644 --- a/cosmic-applet-input-sources/src/window.rs +++ b/cosmic-applet-input-sources/src/window.rs @@ -191,7 +191,6 @@ impl cosmic::Application for Window { .height(Length::Shrink), ) .on_press(Message::TogglePopup) - .padding(self.core.applet.suggested_padding(true)) .style(cosmic::theme::Button::AppletIcon) .into() }