From e6281cdcc6377fd7b0d3416748608be15efd5136 Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Wed, 25 Sep 2024 14:48:58 -0700 Subject: [PATCH] Display: shrink canvas to 600px This makes profiling more comparable with `inversive-display`. --- app-proto/sketch-outline/src/display.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-proto/sketch-outline/src/display.rs b/app-proto/sketch-outline/src/display.rs index 2ac8ebf..52b2ae9 100644 --- a/app-proto/sketch-outline/src/display.rs +++ b/app-proto/sketch-outline/src/display.rs @@ -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" {