Skip to content

Commit 46a77ee

Browse files
committed
fix(input-sources): padding hides text with small panel
Closes #485
1 parent bc94804 commit 46a77ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cosmic-applet-input-sources/src/window.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ impl cosmic::Application for Window {
191191
.height(Length::Shrink),
192192
)
193193
.on_press(Message::TogglePopup)
194-
.padding(self.core.applet.suggested_padding(true))
195194
.style(cosmic::theme::Button::AppletIcon)
196195
.into()
197196
}

0 commit comments

Comments
 (0)