Skip to content

Commit

Permalink
Merge #1126
Browse files Browse the repository at this point in the history
1126: Set default scale on fb window to fit screen r=MarkMcCaskey a=MarkMcCaskey



Co-authored-by: Mark McCaskey <[email protected]>
  • Loading branch information
bors[bot] and Mark McCaskey authored Jan 9, 2020
2 parents fab3b78 + f48a74e commit 57b6ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasi-experimental-io-devices/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl FrameBufferState {
y,
WindowOptions {
resize: true,
scale: Scale::X4,
scale: Scale::FitScreen,
..WindowOptions::default()
},
)
Expand Down

0 comments on commit 57b6ad0

Please sign in to comment.