fix(input-sources): padding hides text with small panel

Closes #485
This commit is contained in:
Michael Aaron Murphy 2024-06-07 08:52:29 +02:00
parent bc94804bd8
commit 46a77ee121
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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()
}