Fix typo in qml margin
top -> right
This commit is contained in:
parent
5021464f4b
commit
e25a86bcd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue