mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Colors: removed Colors.transparent / black and white in favor of their direct shorthands
This commit is contained in:
@@ -434,7 +434,7 @@ NBox {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: 0
|
||||
implicitHeight: startButton.implicitHeight
|
||||
color: Color.transparent
|
||||
color: "transparent"
|
||||
|
||||
NButton {
|
||||
id: startButton
|
||||
@@ -456,7 +456,7 @@ NBox {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: 0
|
||||
implicitHeight: resetButton.implicitHeight
|
||||
color: Color.transparent
|
||||
color: "transparent"
|
||||
|
||||
NButton {
|
||||
id: resetButton
|
||||
|
||||
Reference in New Issue
Block a user