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

@@ -53,7 +53,6 @@ Item {
color: "#4A4949"
text: {
if(currentIndex === 0) return qsTr("Normal") + translationManager.emptyString
if(currentIndex === 3) return qsTr("Medium") + translationManager.emptyString
if(currentIndex === 13) return qsTr("High") + translationManager.emptyString
return ""
}
@@ -65,7 +64,7 @@ Item {
anchors.topMargin: 14
width: 1
color: "#DBDBDB"
height: currentIndex === 8 ? 16 : 8
height: 8
visible: !parent.mainTick
}
}