From 3aa6f75f6191a39a3ec94ea88d53215a82338d30 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 11 Nov 2025 10:12:08 +0000 Subject: [PATCH] Apply suggestions from code review of branch fewer-ui-assumptions Co-authored-by: Richard Bowman --- .../settingsComponents/stageControlSettings.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/components/tabContentComponents/settingsComponents/stageControlSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/stageControlSettings.vue index c3915f02..5548408f 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/stageControlSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/stageControlSettings.vue @@ -2,8 +2,8 @@

Single Move Step Size

- This sets the size (and direction) of movements within the web app. Including keyboard arrow - keys (and PageUp/PageDown). It also includes the navigation buttons in the control tab. + This sets the size (and direction) of movements made using the navigation buttons in the + control tab or using the keyboard (arrow keys, page up/down).

These settings do not affect the operation of other actions your microscope performs.

@@ -41,7 +41,7 @@