diff --git a/crates/gpui/examples/image/image.rs b/crates/gpui/examples/image/image.rs index 32bf205e83..e1e82d8d4a 100644 --- a/crates/gpui/examples/image/image.rs +++ b/crates/gpui/examples/image/image.rs @@ -79,10 +79,10 @@ fn main() { ..Default::default() }), - bounds: Some(Bounds { + window_bounds: Some(WindowBounds::Windowed(Bounds { size: size(px(1100.), px(600.)).into(), origin: Point::new(DevicePixels::from(200), DevicePixels::from(200)), - }), + })), ..Default::default() };