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 @@ -55,7 +55,7 @@ height: width anchors.centerIn: parent } - + property bool horizontalLayout: background.width > background.height property int playX: (activity.width - playWidth) / 2 property int playY: (activity.height - playHeight) / 2 @@ -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 @@ -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.650, "width": 0.114, "height": 0.110 },