Revert "Changed icons path to be relative"

This reverts commit e277070423.
This commit is contained in:
RebeccaStankus 2019-06-19 12:06:34 -07:00
parent e277070423
commit f5fa44dc21

View file

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