mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Optims: replaced a bunch of Qt.rgba by Qt.alpha
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ Variants {
|
||||
id: bar
|
||||
|
||||
anchors.fill: parent
|
||||
color: Qt.rgba(Color.mSurface.r, Color.mSurface.g, Color.mSurface.b, Settings.data.bar.backgroundOpacity)
|
||||
color: Qt.alpha(Color.mSurface, Settings.data.bar.backgroundOpacity)
|
||||
layer.enabled: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user