Add constants for gray to style base
This commit is contained in:
parent
0557f94a7c
commit
35721b468c
@ -100,8 +100,10 @@ Item {
|
||||
"currentPower": "deepskyblue",
|
||||
}
|
||||
|
||||
readonly property color red: "#952727"
|
||||
readonly property color white: "white"
|
||||
property color red: "#952727"
|
||||
property color white: "white"
|
||||
property color gray: "gray"
|
||||
property color darkGray: "darkGray"
|
||||
|
||||
readonly property int fastAnimationDuration: 100
|
||||
readonly property int animationDuration: 150
|
||||
|
||||
Reference in New Issue
Block a user