chore(panel-button): add text button horizontal padding
This commit is contained in:
parent
e7093313d5
commit
df6232090e
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ impl cosmic::Application for Button {
|
|||
)
|
||||
.align_items(iced::Alignment::Center);
|
||||
cosmic::widget::button(content)
|
||||
.padding([0, self.core.applet.suggested_padding(false)])
|
||||
.padding([0, self.core.applet.suggested_padding(true)])
|
||||
.style(cosmic::theme::Button::AppletIcon)
|
||||
}
|
||||
.on_press_down(Msg::Press)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue