Forgot a semicolon.

Signed-off-by: armored-dragon <publicmail@armoreddragon.com>
This commit is contained in:
armored-dragon 2024-10-28 07:59:06 -05:00
parent 9a7cbc39b1
commit 4834f0e0c3
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -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 {