Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
The properties are not always correctly ordered in the QML, we should not do alphabetical ordering but the same that Figma uses.
Also properties are not always in the top of the qml object - but scattered around the object's { ... }
Item {
id: myId
Item {}
width: 400 //why is this below the item?
}