mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
fix image link. How did this ever work?
This commit is contained in:
parent
2641c0fd76
commit
2f114b9c92
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue