make privay level slider smoother

This commit is contained in:
Jaquee
2017-10-22 22:18:55 +02:00
parent ea49e84215
commit aac7fc613a
3 changed files with 6 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ Rectangle {
property bool showAdvanced: false
function scaleValueToMixinCount(scaleValue) {
var scaleToMixinCount = [4,5,6,7,8,9,10,11,12,13,14,15,20,25];
var scaleToMixinCount = [4,5,6,7,8,9,10,11,12,14,16,18,21,25];
if (scaleValue < scaleToMixinCount.length) {
return scaleToMixinCount[scaleValue];
} else {