From 02d2d8e8498e42fe82ce71868aabea0ffe893dee Mon Sep 17 00:00:00 2001 From: tiotrom Date: Tue, 5 Jan 2021 22:51:20 +0000 Subject: [PATCH] back to anchors.centerIn --- calamares/branding/manjaro/show.qml | 40 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/calamares/branding/manjaro/show.qml b/calamares/branding/manjaro/show.qml index ef5a2fb..5a571bd 100644 --- a/calamares/branding/manjaro/show.qml +++ b/calamares/branding/manjaro/show.qml @@ -35,7 +35,7 @@ Presentation } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background @@ -43,7 +43,7 @@ Presentation width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -55,7 +55,7 @@ Presentation } } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { @@ -64,7 +64,7 @@ Presentation width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -76,14 +76,14 @@ Presentation } } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background2 source: "slide3.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -95,14 +95,14 @@ Presentation } } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background3 source: "slide4.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -114,14 +114,14 @@ Presentation } } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background4 source: "slide5.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -133,14 +133,14 @@ Presentation } } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background5 source: "slide6.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background1.horizontalCenter @@ -153,14 +153,14 @@ Presentation } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background6 source: "slide7.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background2.horizontalCenter @@ -173,14 +173,14 @@ Presentation } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background7 source: "slide8.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background3.horizontalCenter @@ -193,14 +193,14 @@ Presentation } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background8 source: "slide9.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background4.horizontalCenter @@ -213,14 +213,14 @@ Presentation } Slide { - anchors.centerIn: parent + anchors.fill: parent Image { id: background9 source: "slide10.png" width: 924; height: 496 - anchors.centerIn: parent + anchors.fill: parent } Text { anchors.horizontalCenter: background5.horizontalCenter