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,7 @@ 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 } } 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 @@ -118,7 +118,7 @@ Grid { id: gridId columns: quiz.horizontalLayout ? 2 : 1 - spacing: 10 * ApplicationInfo.ratio + spacing: 0.5 * ApplicationInfo.ratio anchors.fill: parent anchors.margins: 10 * ApplicationInfo.ratio @@ -191,7 +191,7 @@ height: quiz.horizontalLayout ? background.height - bar.height : (background.height - bar.height) * 0.60 - spacing: 10 * ApplicationInfo.ratio + spacing: 2 * 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 @@ -239,10 +239,10 @@ fillMode: Image.PreserveAspectFit anchors { top: imageFrame.bottom - topMargin: 10* ApplicationInfo.ratio - left: imageFrame.right - leftMargin: 10* ApplicationInfo.ratio - right: parent.right + topMargin: 10 + right: imageFrame.left + rightMargin: parent.width * 0.06 + } MouseArea { id: okMouseArea @@ -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 {