summaryrefslogtreecommitdiff
path: root/Course/Grid
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.org>2025-12-12 22:08:13 +0800
committerErik Prabowo Kamal <erik@darapsa.org>2025-12-12 22:08:13 +0800
commit9b3edbb51ca2410cc8b644307efb5d67371cf009 (patch)
tree4b051a75e2c5fe8d039dc24149026106fa81e09f /Course/Grid
parent7a58e966e9501020f046c8b686f81d66ae6f3210 (diff)
Reimplement Qt5 DropShadow using Qt6 MultiEffect
Remaining ones. Shadow opacity is fixed too (it was meant to be opaque, not transparent). See 70eefa50f9a70554d9db7004e48555858dfc008c https://darapsa.org/qeduport.git/commit/?id=70eefa50f9a70554d9db7004e48555858dfc008c
Diffstat (limited to 'Course/Grid')
-rw-r--r--Course/Grid/Card.ui.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Course/Grid/Card.ui.qml b/Course/Grid/Card.ui.qml
index a70a05a..0748faf 100644
--- a/Course/Grid/Card.ui.qml
+++ b/Course/Grid/Card.ui.qml
@@ -10,7 +10,6 @@ Item {
anchors.fill: cardItem
shadowEnabled: true
shadowColor: "#4d0000"
- shadowOpacity: .0
shadowVerticalOffset: 4
}
Rectangle {