We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e49a6 commit 85e86cdCopy full SHA for 85e86cd
calcite/Calcite/SliderGroove.qml
@@ -41,7 +41,7 @@ Rectangle {
41
x: groove.control.horizontal ? groove.offset * parent.width : 0
42
y: groove.control.horizontal ? 0 : groove.visualProgress * parent.height
43
width: groove.control.horizontal ? groove.progress * parent.width - groove.offset * parent.width : 2
44
- height: groove.control.horizontal ? 2 : groove.progress * parent.height - groove.offset * parent.heigh
+ height: groove.control.horizontal ? 2 : groove.progress * parent.height - groove.offset * parent.height
45
color: Calcite.brand
46
}
47
0 commit comments