diff --git a/src/activities/colors/FindIt.qml b/src/activities/colors/FindIt.qml --- a/src/activities/colors/FindIt.qml +++ b/src/activities/colors/FindIt.qml @@ -202,7 +202,7 @@ z: bar.z + 1 visible: items.audioOk anchors { - bottom: parent.bottom + bottom: bar.top right: parent.right margins: 10 * ApplicationInfo.ratio } @@ -212,8 +212,8 @@ Score { id: score - anchors.bottom: repeatItem.top - anchors.right: repeatItem.right + anchors.bottom: bar.top + anchors.right: bar.right anchors.bottomMargin: 30 anchors.margins: 0 }