mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Set transparent background color
This commit is contained in:
parent
785bd65c74
commit
c0f28f524f
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue