Restore CSM stream pos to right of buttons

This commit is contained in:
jaknapper 2026-02-17 12:47:12 +00:00
parent 79e8230ac5
commit 04e5dbb0f3

View file

@ -1,15 +1,17 @@
<template> <template>
<div id="CSMSettings" class="uk-grid uk-grid-divider uk-child-width-expand" uk-grid> <div id="CSMSettings">
<div class="uk-width-large"> <div class="uk-grid uk-grid-divider uk-child-width-expand" uk-grid>
<h3>Camera to Stage Mapping</h3> <div class="uk-width-large">
<p> <h3>Camera to Stage Mapping</h3>
Camera-stage mapping allows the stage to move relative to the camera view. This enables <p>
functions like click-to-move, and more precise tile scans. Camera-stage mapping allows the stage to move relative to the camera view. This enables
</p> functions like click-to-move, and more precise tile scans.
<CSMCalibrationSettings /> </p>
</div> <CSMCalibrationSettings />
<div id="mini-stream"> </div>
<miniStreamDisplay /> <div id="mini-stream">
<miniStreamDisplay />
</div>
</div> </div>
</div> </div>
</template> </template>