Merge pull request #495 from git-f0x/master
[Dialog] Fix header bar button padding
This commit is contained in:
commit
7ac21c5e1f
1 changed files with 2 additions and 0 deletions
|
|
@ -871,6 +871,7 @@ impl Application for App {
|
|||
elements.push(
|
||||
widget::button::icon(widget::icon::from_name("system-search-symbolic"))
|
||||
.on_press(Message::SearchActivate)
|
||||
.padding(8)
|
||||
.into(),
|
||||
)
|
||||
}
|
||||
|
|
@ -879,6 +880,7 @@ impl Application for App {
|
|||
elements.push(
|
||||
widget::button::icon(widget::icon::from_name("folder-new-symbolic"))
|
||||
.on_press(Message::NewFolder)
|
||||
.padding(8)
|
||||
.into(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue