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
|
|
@ -6,7 +6,7 @@ Item {
|
|||
id: root
|
||||
|
||||
property bool running: true
|
||||
property color color: Colors.mPrimary
|
||||
property color color: Color.mPrimary
|
||||
property int size: Style.baseWidgetSize * scaling
|
||||
property int strokeWidth: Style.borderThick * scaling
|
||||
property int duration: 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue