1
0
Fork 0

[UI] Fix code formatting error.

This commit is contained in:
NamedKitten 2018-11-28 18:45:06 +00:00
parent 114662c17d
commit 98f56251f8

View file

@ -31,7 +31,7 @@ Item {
var component = Qt.createComponent(themeName + "ButtonLayout.qml")
component.createObject(controlsBar, {
anchors.fill: controlsBar
"anchors.fill": controlsBar
})
}