fix example

This commit is contained in:
Junkui Zhang
2024-05-03 10:08:29 +08:00
parent f1c097568f
commit 4d19d22b3f

View File

@@ -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()
};