diff --git a/src/activities/leftright/Leftright.qml b/src/activities/leftright/Leftright.qml --- a/src/activities/leftright/Leftright.qml +++ b/src/activities/leftright/Leftright.qml @@ -70,6 +70,7 @@ id: blackBoard anchors.horizontalCenter: parent.horizontalCenter anchors.top: topBorder.bottom + anchors.topMargin: 20 fillMode: Image.PreserveAspectFit sourceSize.width: Math.min(background.width, (background.height - leftButton.height - bar.height) * 1.3) @@ -195,6 +196,7 @@ Score { id: score anchors.top: background.top + anchors.topMargin: parent.height * 0.01 anchors.bottom: undefined } }