Merge pull request #682 from balki/patch-1

Increase width of menu to match cosmic-edit
This commit is contained in:
Jeremy Soller 2026-01-05 07:36:07 -07:00 committed by GitHub
commit 2719b830c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,