Skip to content

Commit 85e86cd

Browse files
authored
Fixed Typo in slider groove. (#786)
1 parent f4e49a6 commit 85e86cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calcite/Calcite/SliderGroove.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Rectangle {
4141
x: groove.control.horizontal ? groove.offset * parent.width : 0
4242
y: groove.control.horizontal ? 0 : groove.visualProgress * parent.height
4343
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
44+
height: groove.control.horizontal ? 2 : groove.progress * parent.height - groove.offset * parent.height
4545
color: Calcite.brand
4646
}
4747
}

0 commit comments

Comments
 (0)