Apply suggestions from code review of branch fewer-ui-assumptions

Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
This commit is contained in:
Julian Stirling 2025-11-11 10:12:08 +00:00
parent 8babf3f17b
commit 3aa6f75f61

View file

@ -2,8 +2,8 @@
<div class="uk-width-large"> <div class="uk-width-large">
<p><b>Single Move Step Size</b></p> <p><b>Single Move Step Size</b></p>
<p> <p>
This sets the size (and direction) of movements within the web app. Including keyboard arrow This sets the size (and direction) of movements made using the navigation buttons in the
keys (and PageUp/PageDown). It also includes the navigation buttons in the control tab. control tab or using the keyboard (arrow keys, page up/down).
</p> </p>
<p>These settings do not affect the operation of other actions your microscope performs.</p> <p>These settings do not affect the operation of other actions your microscope performs.</p>
<div class="uk-grid-small uk-child-width-1-3" uk-grid> <div class="uk-grid-small uk-child-width-1-3" uk-grid>
@ -41,7 +41,7 @@
<script> <script>
export default { export default {
name: "SatgeControlSettings", name: "StageControlSettings",
computed: { computed: {
// Note that as stepSize and invert are set based on internals we can use // Note that as stepSize and invert are set based on internals we can use