Fix typo in qml margin

top -> right
This commit is contained in:
Weng Xuetian 2022-06-17 13:58:05 -07:00
parent 5021464f4b
commit e25a86bcd1
No known key found for this signature in database
GPG key ID: 8E8B898CBF2412F9

View file

@ -31,7 +31,7 @@ Item {
anchors {
fill: parent
leftMargin: frameSvg.fixedMargins.left
rightMargin: frameSvg.fixedMargins.top
rightMargin: frameSvg.fixedMargins.right
topMargin: frameSvg.fixedMargins.top
bottomMargin: frameSvg.fixedMargins.bottom
}