This commit is contained in:
2026-07-28 16:28:05 +07:00
parent 0ae38d38d4
commit 5ddae637f6
3 changed files with 31 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ fn main() {
}]);
// Set up the window bounds
let bounds = Bounds::centered(None, size(px(920.0), px(700.0)), cx);
let bounds = Bounds::centered(None, size(px(960.0), px(720.0)), cx);
// Set up the window options
let opts = WindowOptions {