Merge pull request #743 from tobyrg/master

fix: increase menu width to prevent cutting off toggle maximized
This commit is contained in:
Levi Portenier 2026-02-23 11:14:22 -07:00 committed by GitHub
commit 31205aabe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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