Checkpoint

This commit is contained in:
Nate Butler 2023-09-11 10:36:49 -04:00
parent e84e791dde
commit 2774eae21a
5 changed files with 22 additions and 32 deletions

View file

@ -36,7 +36,7 @@ fn main() {
cx.add_window(
gpui2::WindowOptions {
bounds: WindowBounds::Fixed(RectF::new(vec2f(0., 0.), vec2f(700., 900.))),
bounds: WindowBounds::Fixed(RectF::new(vec2f(0., 0.), vec2f(1600., 900.))),
center: true,
..Default::default()
},