[UI] Fix code formatting error.
This commit is contained in:
parent
114662c17d
commit
98f56251f8
|
@ -31,7 +31,7 @@ Item {
|
|||
|
||||
var component = Qt.createComponent(themeName + "ButtonLayout.qml")
|
||||
component.createObject(controlsBar, {
|
||||
anchors.fill: controlsBar
|
||||
"anchors.fill": controlsBar
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue