Display: shrink canvas to 600px
This makes profiling more comparable with `inversive-display`.
This commit is contained in:
parent
fc85d15f83
commit
e6281cdcc6
1 changed files with 2 additions and 2 deletions
|
@ -386,8 +386,8 @@ pub fn Display() -> View {
|
|||
// again
|
||||
canvas(
|
||||
ref=display,
|
||||
width="750",
|
||||
height="750",
|
||||
width="600",
|
||||
height="600",
|
||||
tabindex="0",
|
||||
on:keydown=move |event: KeyboardEvent| {
|
||||
if event.key() == "Shift" {
|
||||
|
|
Loading…
Add table
Reference in a new issue