mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Use Color.transparent instead of "transparent"
This commit is contained in:
@@ -66,7 +66,7 @@ Rectangle {
|
||||
Rectangle {
|
||||
id: background
|
||||
anchors.fill: parent
|
||||
color: "transparent"
|
||||
color: Color.transparent
|
||||
z: -1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user