Skip to content

Commit

Permalink
NN-426 change step value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 4, 2024
1 parent 6ee2c54 commit 772dd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/home/InputScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
value: 0,
min: 0,
max: 0.9999,
step: 0.1,
step: 0.01,
},
edge_thick: {
value: 0.2,
Expand Down

0 comments on commit 772dd56

Please sign in to comment.