mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 21:36:13 +00: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