mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
make the tooltip background darker
This commit is contained in:
parent
133247ec6d
commit
3dc3d8b4c1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Hifi.Tooltip {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: border
|
id: border
|
||||||
color: "#7f000000"
|
color: "#BF000000"
|
||||||
width: 330
|
width: 330
|
||||||
height: col.height + hifi.layout.spacing * 2
|
height: col.height + hifi.layout.spacing * 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue