diff options
Diffstat (limited to 'Home/Default')
-rw-r--r-- | Home/Default/Card.ui.qml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 36e9239..9fc3ff5 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -3,6 +3,7 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 import Eduport 1.4 +import "../../DropShadow" as DrpShdw import "../../Label" as Lbl Item { @@ -22,11 +23,8 @@ Item { property string truncatedText: "Far advanced settling say finished raillery. Offered chiefly farther" property real rating: 4.0 - DropShadow { + DrpShdw.Box { source: rectangle - color: "#261d3a53" - radius: 5 - samples: 11 anchors.fill: rectangle } |