mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:00:28 +02:00
Forgot a semicolon.
Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
9a7cbc39b1
commit
4834f0e0c3
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ Rectangle {
|
|||
width: myCardWidth;
|
||||
height: parent.height;
|
||||
// Anchors
|
||||
anchors.top: parent.children[0].bottom
|
||||
anchors.top: parent.children[0].bottom;
|
||||
anchors.left: parent.left;
|
||||
}
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue