aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ScrollIndicator.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-27 09:56:12 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-11-27 11:37:11 +0000
commit7031e85adf44355b56a5ec740ab26a7eb3d8f740 (patch)
tree87e198e88ead8d1b94567ce0bfcea71d99b847e3 /src/imports/controls/ScrollIndicator.qml
parentbb807b32b7e85bc4ae5c2d2b7c627e0e2bde90ff (diff)
Remove Theme
Given the presence of alternative styles, we'd like to focus on making the default style as performant as possible. Removing Theme usage is a step towards this. Change-Id: I8f76dc98442e6c02703885591a44758f40c7a362 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ScrollIndicator.qml')
-rw-r--r--src/imports/controls/ScrollIndicator.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/controls/ScrollIndicator.qml b/src/imports/controls/ScrollIndicator.qml
index 8c4fc1d5..e2fc23b1 100644
--- a/src/imports/controls/ScrollIndicator.qml
+++ b/src/imports/controls/ScrollIndicator.qml
@@ -35,7 +35,6 @@
****************************************************************************/
import QtQuick 2.6
-import Qt.labs.controls 1.0
import Qt.labs.templates 1.0 as T
T.ScrollIndicator {
@@ -55,7 +54,7 @@ T.ScrollIndicator {
implicitWidth: 2
implicitHeight: 2
- color: control.Theme.frameColor
+ color: "#bdbebf"
visible: control.size < 1.0
opacity: 0.0