1
0
Fork 0

[UI] Reformatted code.

This commit is contained in:
NamedKitten 2018-11-29 08:32:55 +00:00
parent a307a01eef
commit da68c65faf

View file

@ -30,7 +30,9 @@ Item {
} }
var component = Qt.createComponent(themeName + "ButtonLayout.qml") var component = Qt.createComponent(themeName + "ButtonLayout.qml")
component.createObject(controlsBar, {}) component.createObject(controlsBar, {
})
} }
Item { Item {