From 065ab2aade2e4fa528f4be57f7281b252eef3ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 15 Apr 2020 11:31:17 +0200 Subject: [PATCH] :sparkles: Show correct kb shortcuts for zoom --- frontend/src/uxbox/main/ui/workspace/header.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/uxbox/main/ui/workspace/header.cljs b/frontend/src/uxbox/main/ui/workspace/header.cljs index 5528bee9f..7524707ec 100644 --- a/frontend/src/uxbox/main/ui/workspace/header.cljs +++ b/frontend/src/uxbox/main/ui/workspace/header.cljs @@ -54,11 +54,11 @@ [:li {:on-click on-decrease} "Zoom out" [:span "-"]] [:li {:on-click on-zoom-to-50} - "Zoom to 50%"] + "Zoom to 50%" [:span "Shift + 0"]] [:li {:on-click on-zoom-to-100} - "Zoom to 100%" [:span "Shift + 0"]] + "Zoom to 100%" [:span "Shift + 1"]] [:li {:on-click on-zoom-to-200} - "Zoom to 200%"]]]])) + "Zoom to 200%" [:span "Shift + 2"]]]]]))