Skip to content

Commit 4006247

Browse files
fix: enlarge default window size
1 parent 920e94d commit 4006247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ fn main() {
11251125
// #[cfg(target_os = "macos")]
11261126
// let _ = sciter::set_options(sciter::RuntimeOptions::GfxLayer(GFX_LAYER::SKIA_VULKAN));
11271127

1128-
let mut builder = sciter::WindowBuilder::main().with_size((800, 600));
1128+
let mut builder = sciter::WindowBuilder::main().with_size((800, 640));
11291129

11301130
#[cfg(not(target_os = "windows"))]
11311131
{

0 commit comments

Comments
 (0)