mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-09 16:37:28 +00:00
modal: fix min width
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user