mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Set transparent background color
This commit is contained in:
parent
785bd65c74
commit
c0f28f524f
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user