Add icon for upgrading TellStick
This commit is contained in:
parent
72b31cc86e
commit
8449c3a0a8
3 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,7 @@ SET( Plugin_PATH "com.telldus.controllers" )
|
||||||
|
|
||||||
SET( Plugin_EXTRA
|
SET( Plugin_EXTRA
|
||||||
btn_action_remove.png
|
btn_action_remove.png
|
||||||
|
btn_action_upgrade.png
|
||||||
ControllerUpgradeDialog.qml
|
ControllerUpgradeDialog.qml
|
||||||
ControllerView.qml
|
ControllerView.qml
|
||||||
header_bg.png
|
header_bg.png
|
||||||
|
|
|
@ -77,8 +77,7 @@ BorderImage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Image {
|
Image {
|
||||||
source: "btn_action_remove.png"
|
source: "btn_action_upgrade.png"
|
||||||
rotation: 90
|
|
||||||
visible: controller.upgradable
|
visible: controller.upgradable
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
BIN
telldus-gui/Plugins/Controllers/btn_action_upgrade.png
Normal file
BIN
telldus-gui/Plugins/Controllers/btn_action_upgrade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue