fix relative path

This commit is contained in:
Faye Li 2016-12-13 16:04:25 -08:00
parent 5b8e80654d
commit 53263789a0
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ Item {
id: muteIcon
width: 40
height: 40
source: "icons/tablet-mute-icon.svg"
source: "../../../icons/tablet-mute-icon.svg"
anchors.verticalCenter: parent.verticalCenter
}
Rectangle {
@ -197,7 +197,7 @@ Item {
PropertyChanges {
target: muteIcon
source: "icons/tablet-unmute-icon.svg"
source: "../../../icons/tablet-unmute-icon.svg"
}
}
]

View file

@ -32,7 +32,7 @@ Item {
anchors.bottomMargin: 5
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.Stretch
source: tabletButton.icon
source: "../../../" + tabletButton.icon
}
Text {