From 2f114b9c9205c36c9bdab97dd6005c19b2f7a542 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 16 Aug 2016 10:38:00 -0700 Subject: [PATCH] fix image link. How did this ever work? --- interface/resources/qml/hifi/UserStoryCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/UserStoryCard.qml b/interface/resources/qml/hifi/UserStoryCard.qml index 4b6c37dae8..ef8b03d406 100644 --- a/interface/resources/qml/hifi/UserStoryCard.qml +++ b/interface/resources/qml/hifi/UserStoryCard.qml @@ -25,7 +25,7 @@ Rectangle { property string actionPhrase: "did something"; property string timePhrase: ""; property string hifiUrl: storyCard.placeName; - property string imageUrl: Qt.resolvedUrl("../images/default-domain.gif"); + property string imageUrl: Qt.resolvedUrl("../../images/default-domain.gif"); property var visitPlace: function (ignore) { }; color: "white"; HifiStyles.HifiConstants { id: otherHifi }