Changed icons path to be relative

This commit is contained in:
RebeccaStankus 2019-06-19 11:17:52 -07:00
parent 30dd667b17
commit e277070423

View file

@ -6,7 +6,7 @@ Item {
id: newEntityButton
property var uuid;
property string text: "ENTITY"
property string icon: Path.resources + "icons/edit-icon.svg"
property string icon: Script.resolvePath("../../../interface/resources/icons/edit-icon.svg")
property string activeText: newEntityButton.text
property string activeIcon: newEntityButton.icon
property bool isActive: false