break example

This commit is contained in:
Conrad Irwin
2024-06-17 15:31:12 -06:00
parent 33ebb96ebe
commit 97d2caa466

View File

@@ -23,7 +23,7 @@ impl Render for HelloWorld {
fn main() {
App::new().run(|cx: &mut AppContext| {
let bounds = Bounds::centered(None, size(px(600.0), px(600.0)), cx);
let bounds = Bounds::new(Point::new(px(14.0), px(49.0)), size(px(300.0), px(300.0)));
cx.open_window(
WindowOptions {
window_bounds: Some(WindowBounds::Windowed(bounds)),