aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/extras
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-08 18:16:13 +0200
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-04-08 19:18:02 +0300
commit7b971c28e6098b629b8e9e3e38a9465a3f1bd459 (patch)
treec5c475894671c0cc7e38d59287d3c2d6ba46128b /src/imports/extras
parent1c0edf002a50a765a66349d733cf170f4a4024ef (diff)
Rename Style to Theme
Change-Id: I0186cd36f0b42ca015b70a09af27f8a3517d4a60 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/extras')
-rw-r--r--src/imports/extras/Drawer.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/extras/Drawer.qml b/src/imports/extras/Drawer.qml
index b1347142..a62a3d14 100644
--- a/src/imports/extras/Drawer.qml
+++ b/src/imports/extras/Drawer.qml
@@ -45,8 +45,8 @@ AbstractDrawer {
height: parent.height // TODO: Window.height
background: Rectangle {
- color: control.Style.shadowColor
- opacity: position * control.Style.disabledOpacity
+ color: control.Theme.shadowColor
+ opacity: position * control.Theme.disabledOpacity
}
// TODO: make this a proper transition