fix: increase menu width to prevent cutting off toggle maximized

This commit is contained in:
Toby Gethin 2026-02-21 19:35:37 +11:00
parent 108ba0dfe3
commit 260bb79728

View file

@ -142,7 +142,7 @@ pub fn context_menu<'a>(
..Default::default()
}
})
.width(Length::Fixed(240.0))
.width(Length::Fixed(360.0))
.into()
}