Skip to content

Commit d27a7fb

Browse files
committed
tweak preset for screenshots
1 parent c1f6190 commit d27a7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/notation_bevy/src/notation/control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Control {
121121
theme.texts.strings.text_y = 8.0;
122122
theme.sizes.layout.page_margin = 24.0;
123123
#[cfg(not(target_arch = "wasm32"))]
124-
Self::set_primary_window_size(windows, 1280, 1920);
124+
Self::set_primary_window_size(windows, 1080, 1920);
125125
Self::reload_tab(state, theme);
126126
},
127127
_ => {},

0 commit comments

Comments
 (0)