Renamed Colors to Color
- some work on the active window
This commit is contained in:
parent
ffd9ee8efe
commit
4fcdb1543d
60 changed files with 491 additions and 455 deletions
|
|
@ -7,8 +7,8 @@ Item {
|
|||
id: root
|
||||
property int innerRadius: 32 * scaling
|
||||
property int outerRadius: 64 * scaling
|
||||
property color fillColor: Colors.mPrimary
|
||||
property color strokeColor: Colors.mOnSurface
|
||||
property color fillColor: Color.mPrimary
|
||||
property color strokeColor: Color.mOnSurface
|
||||
property int strokeWidth: 0 * scaling
|
||||
property var values: []
|
||||
property int usableOuter: 64
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import qs.Services
|
|||
|
||||
Item {
|
||||
id: root
|
||||
property color fillColor: Colors.mPrimary
|
||||
property color strokeColor: Colors.mOnSurface
|
||||
property color fillColor: Color.mPrimary
|
||||
property color strokeColor: Color.mOnSurface
|
||||
property int strokeWidth: 0
|
||||
property var values: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue