Increase width of menu to match cosmic-edit

fixes #281
This commit is contained in:
Balki 2026-01-02 21:49:31 +00:00 committed by GitHub
parent a43b5f7d44
commit 64290a519a
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,