mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 17:14:42 +02:00
Changed icons path to be relative
This commit is contained in:
parent
30dd667b17
commit
e277070423
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Item {
|
||||||
id: newEntityButton
|
id: newEntityButton
|
||||||
property var uuid;
|
property var uuid;
|
||||||
property string text: "ENTITY"
|
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 activeText: newEntityButton.text
|
||||||
property string activeIcon: newEntityButton.icon
|
property string activeIcon: newEntityButton.icon
|
||||||
property bool isActive: false
|
property bool isActive: false
|
||||||
|
|
Loading…
Reference in a new issue