Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 15, 2020
1 parent c8f93ac commit 04d575d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
4
</div>
<div class="uk-width-5-6">
<input id="filterspeckle" class="uk-range" type="range" min="1" max="16" step="1" value="4">
<input id="filterspeckle" class="uk-range" type="range" min="1" max="128" step="1" value="4">
</div>

<div class="clustering-color-options uk-width-1-1 uk-flex uk-flex-right">
Expand All @@ -226,7 +226,7 @@
16
</div>
<div class="clustering-color-options uk-width-5-6">
<input id="layerdifference" class="uk-range" type="range" min="0" max="255" step="1" value="16">
<input id="layerdifference" class="uk-range" type="range" min="0" max="128" step="1" value="16">
</div>

<div class="uk-width-1-1 uk-flex uk-flex-right">
Expand Down Expand Up @@ -269,7 +269,7 @@

<div class="spline-options uk-width-1-1 uk-flex uk-flex-right">
<div uk-tooltip="pos: left; title: Minimum Angle Displacement (in degrees) to be considered a cutting point between curves">
Splice Threshold <span class="uk-text-meta">(More accurate)</span>
Splice Threshold <span class="uk-text-meta">(Less accurate)</span>
</div>
</div>
<div id="splicevalue" class="spline-options uk-width-1-6">
Expand Down

0 comments on commit 04d575d

Please sign in to comment.