diff --git a/src/activities/explore_farm_animals/ExploreLevels.qml b/src/activities/explore_farm_animals/ExploreLevels.qml --- a/src/activities/explore_farm_animals/ExploreLevels.qml +++ b/src/activities/explore_farm_animals/ExploreLevels.qml @@ -153,13 +153,13 @@ Column { id: progress visible: items.score.currentSubLevel != 1 - anchors.bottom: parent.bottom - anchors.right: parent.right + anchors.bottom: bar.top + anchors.left: parent.left anchors.margins: 10 * ApplicationInfo.ratio ProgressBar { id: progressbar - height: questionText.height - width: background.width / 2.5 + height: bar.height / 2.5 + width: bar.width property string message onValueChanged: message = value + "/" + maximumValue onMaximumValueChanged: message = value + "/" + maximumValue