mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Colors tweak: use Color.black and Color.white as much as possible
This commit is contained in:
@@ -8,7 +8,7 @@ import qs.Widgets
|
||||
Rectangle {
|
||||
id: root
|
||||
|
||||
property color selectedColor: "#000000"
|
||||
property color selectedColor: Color.black
|
||||
|
||||
signal colorSelected(color color)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user