We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f6190 commit d27a7fbCopy full SHA for d27a7fb
crates/notation_bevy/src/notation/control.rs
@@ -121,7 +121,7 @@ impl Control {
121
theme.texts.strings.text_y = 8.0;
122
theme.sizes.layout.page_margin = 24.0;
123
#[cfg(not(target_arch = "wasm32"))]
124
- Self::set_primary_window_size(windows, 1280, 1920);
+ Self::set_primary_window_size(windows, 1080, 1920);
125
Self::reload_tab(state, theme);
126
},
127
_ => {},
0 commit comments