summaryrefslogtreecommitdiffstats
path: root/src/controls/Slider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Slider.qml')
-rw-r--r--src/controls/Slider.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index c606ff5e9..3ccf4a647 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -181,7 +181,6 @@ Control {
return Math.round(v);
}
- /* \internal */
style: Qt.createComponent(Settings.THEME_PATH + "/SliderStyle.qml", slider)
Keys.onRightPressed: value += (maximumValue - minimumValue)/10.0