Update default MenuList padding

This commit is contained in:
Jeremy Soller 2023-02-10 07:38:38 -07:00
parent 5258bf4811
commit c6c46cea1a
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 1 additions and 4 deletions

View file

@ -248,13 +248,10 @@ impl Application for Window {
.padding(8)
.placeholder("File"),
MenuList::new(vec!["Todo"], None, |_| Message::Todo)
.padding(8)
.placeholder("Edit"),
MenuList::new(vec!["Todo"], None, |_| Message::Todo)
.padding(8)
.placeholder("View"),
MenuList::new(vec!["Todo"], None, |_| Message::Todo)
.padding(8)
.placeholder("Help"),
]
.align_items(Alignment::Start)