From 7b971c28e6098b629b8e9e3e38a9465a3f1bd459 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 8 Apr 2015 18:16:13 +0200 Subject: Rename Style to Theme Change-Id: I0186cd36f0b42ca015b70a09af27f8a3517d4a60 Reviewed-by: Jari-Pekka Nurmi --- src/imports/extras/Drawer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/extras') 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 -- cgit v1.2.3