diff --git a/src/activities/lang/ImageReview.qml b/src/activities/lang/ImageReview.qml --- a/src/activities/lang/ImageReview.qml +++ b/src/activities/lang/ImageReview.qml @@ -348,11 +348,8 @@ Score { id: score parent: rootItem - anchors.bottom: undefined - anchors.bottomMargin: 10 * ApplicationInfo.ratio - anchors.right: parent.right - anchors.rightMargin: 10 * ApplicationInfo.ratio - anchors.top: parent.top + anchors.bottom: parent.bottom + fontSize: internalTextComponent.mediumSize } } Loader { diff --git a/src/activities/lang/Quiz.qml b/src/activities/lang/Quiz.qml --- a/src/activities/lang/Quiz.qml +++ b/src/activities/lang/Quiz.qml @@ -191,7 +191,7 @@ height: quiz.horizontalLayout ? background.height - bar.height : (background.height - bar.height) * 0.60 - spacing: 10 * ApplicationInfo.ratio + spacing: 5 * ApplicationInfo.ratio orientation: Qt.Vertical verticalLayoutDirection: ListView.TopToBottom interactive: false @@ -278,11 +278,8 @@ Score { id: score parent: quiz - anchors.bottom: undefined - anchors.bottomMargin: 10 * ApplicationInfo.ratio - anchors.right: parent.right - anchors.rightMargin: 10 * ApplicationInfo.ratio - anchors.top: parent.top + anchors.bottom: parent.bottom + fontSize: internalTextComponent.mediumSize } Bonus { diff --git a/src/activities/lang/SpellIt.qml b/src/activities/lang/SpellIt.qml --- a/src/activities/lang/SpellIt.qml +++ b/src/activities/lang/SpellIt.qml @@ -280,11 +280,8 @@ Score { id: score - anchors.bottom: undefined - anchors.bottomMargin: 10 * ApplicationInfo.ratio - anchors.right: parent.right - anchors.rightMargin: 10 * ApplicationInfo.ratio - anchors.top: parent.top + anchors.bottom: parent.bottom + fontSize: internalTextComponent.mediumSize } VirtualKeyboard {