Renamed Colors to Color

- some work on the active window
This commit is contained in:
quadbyte 2025-08-16 22:39:11 -04:00
parent ffd9ee8efe
commit 4fcdb1543d
60 changed files with 491 additions and 455 deletions

View file

@ -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

View file

@ -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: []