mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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