Restore CSM stream pos to right of buttons
This commit is contained in:
parent
79e8230ac5
commit
04e5dbb0f3
1 changed files with 13 additions and 11 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue