diff options
Diffstat (limited to 'CardGrid.ui.qml')
-rw-r--r-- | CardGrid.ui.qml | 6 |
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 { |