aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/extras/Drawer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/extras/Drawer.qml')
-rw-r--r--src/imports/extras/Drawer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/extras/Drawer.qml b/src/imports/extras/Drawer.qml
index 421cdc93..1ee0cddf 100644
--- a/src/imports/extras/Drawer.qml
+++ b/src/imports/extras/Drawer.qml
@@ -47,7 +47,7 @@ AbstractDrawer {
//! [background]
background: Rectangle {
color: control.Theme.shadowColor
- opacity: position * control.Theme.disabledOpacity
+ opacity: position * 0.75
}
//! [background]