aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-29 16:27:05 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-01 14:17:53 +0000
commit179d5ec7953f493a119be69be254b699061fd793 (patch)
tree9afef9d421a4b9fcf0bcec05645b460d4e21c634 /src/imports
parent9e62dda2e3d6e5a90d3a56aeedda10caebc96cd3 (diff)
Material: enable Popup drop shadow
The drop shadow was added in 7427e28, but it was never actually visible. It went unnoticed against the overlay background, because the popups in Gallery are modal... :p Change-Id: I043939098e8b45039a696f719fc414258d56c087 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/controls/material/Popup.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/controls/material/Popup.qml b/src/imports/controls/material/Popup.qml
index 649c5837..8fa9f7f7 100644
--- a/src/imports/controls/material/Popup.qml
+++ b/src/imports/controls/material/Popup.qml
@@ -68,6 +68,7 @@ T.Popup {
radius: 3
color: control.Material.dialogColor
+ layer.enabled: true
layer.effect: DropShadow {
verticalOffset: 1
color: control.Material.dropShadowColor