diff --git a/declarativeimports/plasmacomponents/Slider.qml b/declarativeimports/plasmacomponents/Slider.qml index 8a52b7d39..933d02f9b 100644 --- a/declarativeimports/plasmacomponents/Slider.qml +++ b/declarativeimports/plasmacomponents/Slider.qml @@ -22,7 +22,7 @@ import org.kde.plasma.core 0.1 as PlasmaCore // TODO: add support mouse wheel and key events // TODO: create a value indicator for plasma? -PlasmaCore.FrameSvgItem { +Item { id: slider // Common API @@ -81,7 +81,7 @@ PlasmaCore.FrameSvgItem { } PlasmaCore.SvgItem { - id: focusSvg + id: focus transform: Translate { x: - handle.width / 2 } anchors { @@ -207,6 +207,4 @@ PlasmaCore.FrameSvgItem { property: "x" value: range.position } -} - - +} \ No newline at end of file