mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Set default scale on fb window to fit screen
This commit is contained in:
parent
8e6015f231
commit
f48a74e44a
@ -81,7 +81,7 @@ impl FrameBufferState {
|
||||
y,
|
||||
WindowOptions {
|
||||
resize: true,
|
||||
scale: Scale::X4,
|
||||
scale: Scale::FitScreen,
|
||||
..WindowOptions::default()
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user