aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/SliderHandle.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-07-21 10:49:18 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-07-21 18:01:14 +0000
commit20942576ff6a6faadf45d5045d80f4d21697c212 (patch)
tree9b7fc9b4d440b8215d4c0e7c13aba3532579b8aa /src/imports/controls/material/SliderHandle.qml
parentc11916721e7fd808014296c3fb344c602dccee53 (diff)
Material: rename ripple color properties
They are no longer specific to CheckBoxes, but used in most controls. Change-Id: I404aeab706479d0b666529ebdb09caa6b8085cae Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/material/SliderHandle.qml')
-rw-r--r--src/imports/controls/material/SliderHandle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/SliderHandle.qml b/src/imports/controls/material/SliderHandle.qml
index 62099dcc..1c02cf16 100644
--- a/src/imports/controls/material/SliderHandle.qml
+++ b/src/imports/controls/material/SliderHandle.qml
@@ -72,6 +72,6 @@ Item {
width: 22; height: 22
pressed: root.handlePressed
active: root.handlePressed || root.handleHasFocus || root.handleHovered
- color: control.Material.checkBoxUncheckedRippleColor
+ color: control.Material.rippleColor
}
}