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.bottom: background.horizontalLayout ? parent.bottom : bar.top anchors.right: parent.right anchors.margins: 10 * ApplicationInfo.ratio ProgressBar { id: progressbar - height: questionText.height - width: background.width / 2.5 + height: bar.height + width: bar.width property string message onValueChanged: message = value + "/" + maximumValue onMaximumValueChanged: message = value + "/" + maximumValue diff --git a/src/activities/explore_farm_animals/resource/board/board1.qml b/src/activities/explore_farm_animals/resource/board/board1.qml --- a/src/activities/explore_farm_animals/resource/board/board1.qml +++ b/src/activities/explore_farm_animals/resource/board/board1.qml @@ -45,8 +45,8 @@ "audio": GCompris.ApplicationInfo.getAudioFilePath("qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/chickens.$CA"), "image2": "qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/chicken.jpg", "text2": qsTr("This animal lays eggs."), - "x": 0.58, - "y": 0.73, + "x": 0.66, + "y": 0.69, "width": 0.190, "height": 0.121 }, @@ -70,7 +70,7 @@ "image2": "qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/cat.jpg", "text2": qsTr("This pet likes chasing mice."), "x": 0.880, - "y": 0.775, + "y": 0.550, "width": 0.114, "height": 0.110 }, @@ -81,8 +81,8 @@ "audio": GCompris.ApplicationInfo.getAudioFilePath("qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/pig.$CA"), "image2": "qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/pig.jpg", "text2": qsTr("This animal likes to lie in the mud."), - "x": 0.75, - "y": 0.90, + "x": 0.40, + "y": 0.78, "width": 0.185, "height": 0.173 }, @@ -129,8 +129,8 @@ "audio": GCompris.ApplicationInfo.getAudioFilePath("qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/rooster.$CA"), "image2": "qrc:/gcompris/src/activities/explore_farm_animals/resource/animals/rooster.jpg", "text2": qsTr("This animal wakes the farm up in the morning."), - "x": 0.52, - "y": 0.90, + "x": 0.66, + "y": 0.80, "width": 0.122, "height": 0.137 },