Merge pull request #682 from balki/patch-1
Increase width of menu to match cosmic-edit
This commit is contained in:
commit
2719b830c3
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ pub fn menu_bar<'a>(
|
|||
|
||||
responsive_menu_bar()
|
||||
.item_height(ItemHeight::Dynamic(40))
|
||||
.item_width(ItemWidth::Uniform(240))
|
||||
.item_width(ItemWidth::Uniform(320))
|
||||
.spacing(4.0)
|
||||
.into_element(
|
||||
core,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue