fix the slider shadow

This commit is contained in:
Marco Martin 2011-11-10 17:23:51 +01:00
parent d19932168f
commit 96512897c7

View File

@ -147,7 +147,7 @@ Item {
focusElement: "horizontal-slider-focus"
hoverElement: "horizontal-slider-hover"
shadowElement: "horizontal-slider-shadow"
state: slider.activeFocus ? "focus" : (mouseArea.containsMouse ? "hover" : "hidden")
state: slider.activeFocus ? "focus" : (mouseArea.containsMouse ? "hover" : "shadow")
anchors.fill: handle
}