mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 06:20:29 +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;
|
width: myCardWidth;
|
||||||
height: parent.height;
|
height: parent.height;
|
||||||
// Anchors
|
// Anchors
|
||||||
anchors.top: parent.children[0].bottom
|
anchors.top: parent.children[0].bottom;
|
||||||
anchors.left: parent.left;
|
anchors.left: parent.left;
|
||||||
}
|
}
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue