fix image link. How did this ever work?

This commit is contained in:
howard-stearns 2016-08-16 10:38:00 -07:00
parent 2641c0fd76
commit 2f114b9c92

View file

@ -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 }