Renamed all color names so they are shorter
This commit is contained in:
parent
9e51fdc932
commit
06f8f93f83
51 changed files with 423 additions and 440 deletions
|
|
@ -5,8 +5,8 @@ Item {
|
|||
id: root
|
||||
property int innerRadius: 32 * scaling
|
||||
property int outerRadius: 64 * scaling
|
||||
property color fillColor: Colors.colorPrimary
|
||||
property color strokeColor: Colors.colorOnSurface
|
||||
property color fillColor: Colors.mPrimary
|
||||
property color strokeColor: Colors.mOnSurface
|
||||
property int strokeWidth: 0 * scaling
|
||||
property var values: []
|
||||
property int usableOuter: 64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue