Add icon for upgrading TellStick

This commit is contained in:
Micke Prag 2013-05-29 12:03:10 +02:00
parent 72b31cc86e
commit 8449c3a0a8
3 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,7 @@ SET( Plugin_PATH "com.telldus.controllers" )
SET( Plugin_EXTRA
btn_action_remove.png
btn_action_upgrade.png
ControllerUpgradeDialog.qml
ControllerView.qml
header_bg.png

View file

@ -77,8 +77,7 @@ BorderImage {
}
}
Image {
source: "btn_action_remove.png"
rotation: 90
source: "btn_action_upgrade.png"
visible: controller.upgradable
MouseArea {
anchors.fill: parent

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB