summaryrefslogtreecommitdiff
path: root/Home
diff options
context:
space:
mode:
Diffstat (limited to 'Home')
-rw-r--r--Home/Default.ui.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 3ff4e84..0381e9d 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -1,7 +1,7 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
-import Qt5Compat.GraphicalEffects
+import QtQuick.Effects
import Bootstrap
import Eduport
import ".."
@@ -107,10 +107,12 @@ Flickable {
Layout.fillWidth: true
implicitHeight: image.height
- DropShadow {
+ MultiEffect {
source: angularRectangle
anchors.fill: angularRectangle
- color: Qt.rgba(.113, .227, .325, .15)
+ shadowEnabled: true
+ shadowColor: Qt.rgba(.113, .227, .325, 1.0)
+ shadowOpacity: .15
}
Rectangle {