Skip to content

Commit

Permalink
fix(input-sources): padding hides text with small panel
Browse files Browse the repository at this point in the history
Closes #485
  • Loading branch information
mmstick committed Jun 7, 2024
1 parent bc94804 commit 46a77ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmic-applet-input-sources/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 46a77ee

Please sign in to comment.