Improve slider ranges #50

Merged
bilal.catic merged 3 commits from improve-slider-ranges into master 2019-10-16 15:35:22 +02:00
Showing only changes of commit 8e5bc199a5 - Show all commits

View File

@@ -46,7 +46,7 @@ const GARAGE_SIZE_SLIDER_OPTIONS = {
start: [10, 20],
range: {
min: [0],
max: [50]
max: [150]
},
step: 2,
connect: true,