aboutsummaryrefslogtreecommitdiffstats
path: root/styles/neptune/Slider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'styles/neptune/Slider.qml')
-rw-r--r--styles/neptune/Slider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/neptune/Slider.qml b/styles/neptune/Slider.qml
index b680bf1b..c8f247ce 100644
--- a/styles/neptune/Slider.qml
+++ b/styles/neptune/Slider.qml
@@ -78,8 +78,8 @@ T.Slider {
(control.horizontal ? (control.availableHeight - height) / 2 :
control.visualPosition * (control.availableHeight - height))
source: control.horizontal ?
- Style.gfx2("slider-handle-horizontal", NeptuneStyle.theme) :
- Style.gfx2("slider-handle-vertical", NeptuneStyle.theme)
+ Style.gfx("slider-handle-horizontal", NeptuneStyle.theme) :
+ Style.gfx("slider-handle-vertical", NeptuneStyle.theme)
}
background: Item {