summaryrefslogtreecommitdiff
path: root/Course/Grid
diff options
context:
space:
mode:
Diffstat (limited to 'Course/Grid')
-rw-r--r--Course/Grid/Card.ui.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Course/Grid/Card.ui.qml b/Course/Grid/Card.ui.qml
index 36893c2..dbc32ad 100644
--- a/Course/Grid/Card.ui.qml
+++ b/Course/Grid/Card.ui.qml
@@ -6,13 +6,13 @@ import Qt5Compat.GraphicalEffects
Item {
id: item1
- DropShadow {
- color: "#4d000000"
+ MultiEffect {
source: cardItem
- verticalOffset: 4
- radius: 40
- samples: 81
anchors.fill: cardItem
+ shadowEnabled: true
+ shadowColor: "#4d0000"
+ shadowOpacity: .0
+ shadowVerticalOffset: 4
}
Rectangle {
id: cardItem