diff --git a/src/activities/gletters/Gletters.qml b/src/activities/gletters/Gletters.qml --- a/src/activities/gletters/Gletters.qml +++ b/src/activities/gletters/Gletters.qml @@ -232,12 +232,14 @@ Score { id: score + anchors{ + top:parent.top + right:parent.right + rightMargin: 10 * ApplicationInfo.ratio + topMargin: 10* ApplicationInfo.ratio + bottom: undefined - anchors.top: undefined - anchors.topMargin: 10 * ApplicationInfo.ratio - anchors.right: parent.right - anchors.rightMargin: 10 * ApplicationInfo.ratio - anchors.bottom: keyboard.top + } } VirtualKeyboard {