summaryrefslogtreecommitdiff
path: root/CardGrid.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 10:55:58 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 10:55:58 +0800
commit0fb8e3cd80de44dd99138aaf8a920c15cd726fc4 (patch)
tree70fbd4b94248d69dbd2c4e287a18d9ef1b0b6b13 /CardGrid.ui.qml
parent68466e83785dbb5fcd5e8789e4eb928a472ef366 (diff)
Card Item image is not really clickable
Diffstat (limited to 'CardGrid.ui.qml')
-rw-r--r--CardGrid.ui.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml
index bfc4dfb..f981e70 100644
--- a/CardGrid.ui.qml
+++ b/CardGrid.ui.qml
@@ -15,7 +15,6 @@ Item {
property color badgeColor: "#ff6f42c1"
property color badgeBackgroundColor: "#1a6f42c1"
property string titleText: "Build Responsive Websites with HTML"
- property alias imageArea: imageArea
property alias titleArea: titleArea
property string textTruncateText: "Far advanced settling say finished raillery. Offered chiefly farther"
property bool doesntEmbed: Qt.platform.os === "android"
@@ -59,11 +58,6 @@ Item {
radius: 10
}
}
-
- MouseArea {
- id: imageArea
- anchors.fill: parent
- }
}
Rectangle {