mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Reduce window size for native applications to 800x600
This commit is contained in:
committed by
Keavon Chambers
parent
d0722f6985
commit
e03da35a83
@@ -456,7 +456,7 @@ impl gpu_executor::GpuExecutor for WgpuExecutor {
|
||||
view_formats: vec![],
|
||||
};
|
||||
surface.configure(&self.context.device, &config);
|
||||
self.surface_config.set(Some(config.clone()));
|
||||
self.surface_config.set(Some(config));
|
||||
|
||||
let surface_id = window.surface_id;
|
||||
Ok(SurfaceHandle { surface_id, surface })
|
||||
|
||||
Reference in New Issue
Block a user