We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920e94d commit 4006247Copy full SHA for 4006247
src/main.rs
@@ -1125,7 +1125,7 @@ fn main() {
1125
// #[cfg(target_os = "macos")]
1126
// let _ = sciter::set_options(sciter::RuntimeOptions::GfxLayer(GFX_LAYER::SKIA_VULKAN));
1127
1128
- let mut builder = sciter::WindowBuilder::main().with_size((800, 600));
+ let mut builder = sciter::WindowBuilder::main().with_size((800, 640));
1129
1130
#[cfg(not(target_os = "windows"))]
1131
{
0 commit comments