fix: increase menu width to prevent cutting off toggle maximized
This commit is contained in:
parent
108ba0dfe3
commit
260bb79728
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ pub fn context_menu<'a>(
|
|||
..Default::default()
|
||||
}
|
||||
})
|
||||
.width(Length::Fixed(240.0))
|
||||
.width(Length::Fixed(360.0))
|
||||
.into()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue