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
|
||||
btn_action_remove.png
|
||||
btn_action_upgrade.png
|
||||
ControllerUpgradeDialog.qml
|
||||
ControllerView.qml
|
||||
header_bg.png
|
||||
|
|
|
@ -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
|
||||
|
|
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