fixes in the ui

This commit is contained in:
ori
2019-07-19 10:30:16 -07:00
parent b19a34bb29
commit 7d5666bfb8
3 changed files with 18 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div id="OutputTab">
<chselect class="spacing" title="Target region" Xkey="target_region"
:list="['Upmost','Rightmost','Downmost','Leftmost','Centermost']"></chselect>
<chselect class="spacing" title="Sort Mode" Xkey="sort_mode"
:list="['Largest','Smallest','Highest','Lowest','Rightmost','Leftmost','Closest']"></chselect>
<h4>calibrate crosshair</h4>
</div>
</template>