Set transparent background color

This commit is contained in:
Angela Mazzurco 2017-08-03 18:31:05 +02:00
parent 785bd65c74
commit c0f28f524f
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ Item
anchors.fill: parent anchors.fill: parent
width: parent.width width: parent.width
height: parent.height height: parent.height
color: "transparent"
Rectangle Rectangle
{ {

View File

@ -84,7 +84,7 @@ Item
iconUrl: isOnline? iconUrl: isOnline?
"/icons/state-ok.svg" : "/icons/state-ok.svg" :
"/icons/state-offline.svg" "/icons/state-offline.svg"
color: "white" color: "transparent"
pressColor: "lightsteelblue" pressColor: "lightsteelblue"
buttonTextPixelSize: 18 buttonTextPixelSize: 18
iconHeight:parent.height - 4 iconHeight:parent.height - 4