aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ScrollIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/ScrollIndicator.qml')
-rw-r--r--src/imports/controls/ScrollIndicator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/ScrollIndicator.qml b/src/imports/controls/ScrollIndicator.qml
index a6684330..b253ca03 100644
--- a/src/imports/controls/ScrollIndicator.qml
+++ b/src/imports/controls/ScrollIndicator.qml
@@ -55,7 +55,7 @@ AbstractScrollIndicator {
implicitWidth: 2
implicitHeight: 2
- color: style.frameColor
+ color: control.Style.frameColor
visible: control.size < 1.0
opacity: 0.0
@@ -68,7 +68,7 @@ AbstractScrollIndicator {
states: State {
name: "active"
when: control.active
- PropertyChanges { target: indicator; opacity: 1.0 - style.disabledOpacity }
+ PropertyChanges { target: indicator; opacity: 1.0 - control.Style.disabledOpacity }
}
transitions: [