mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Change default window width
This commit is contained in:
@@ -40,7 +40,7 @@ impl<'open> Window<'open> {
|
|||||||
resize: Resize::default()
|
resize: Resize::default()
|
||||||
.with_stroke(false)
|
.with_stroke(false)
|
||||||
.min_size([96.0, 32.0])
|
.min_size([96.0, 32.0])
|
||||||
.default_size([420.0, 420.0]), // Default inner size of a window
|
.default_size([340.0, 420.0]), // Default inner size of a window
|
||||||
scroll: None,
|
scroll: None,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
with_title_bar: true,
|
with_title_bar: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user