mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Set transparent background color
This commit is contained in:
parent
785bd65c74
commit
c0f28f524f
@ -21,6 +21,7 @@ Item
|
||||
anchors.fill: parent
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
color: "transparent"
|
||||
|
||||
Rectangle
|
||||
{
|
||||
|
@ -84,7 +84,7 @@ Item
|
||||
iconUrl: isOnline?
|
||||
"/icons/state-ok.svg" :
|
||||
"/icons/state-offline.svg"
|
||||
color: "white"
|
||||
color: "transparent"
|
||||
pressColor: "lightsteelblue"
|
||||
buttonTextPixelSize: 18
|
||||
iconHeight:parent.height - 4
|
||||
|
Loading…
Reference in New Issue
Block a user