modal: fix min width
This commit is contained in:
parent
df4500fac6
commit
92e1da511d
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ impl Modal {
|
|||
.title_bar(false)
|
||||
.resizable(false)
|
||||
.collapsible(false)
|
||||
.min_width(width)
|
||||
.default_width(width)
|
||||
.anchor(content_align, content_offset)
|
||||
.frame(egui::Frame {
|
||||
|
|
Loading…
Reference in a new issue