From 7085ff62fe05baaa4e2f4802e8fee7d4b57e7d56 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Sat, 9 Oct 2021 20:22:47 +0000 Subject: [PATCH] Update show.qml --- calamares/branding/manjaro/show.qml | 156 ---------------------------- 1 file changed, 156 deletions(-) diff --git a/calamares/branding/manjaro/show.qml b/calamares/branding/manjaro/show.qml index 5a571bd..ec1edc7 100644 --- a/calamares/branding/manjaro/show.qml +++ b/calamares/branding/manjaro/show.qml @@ -75,160 +75,4 @@ Presentation horizontalAlignment: Text.Center } } - Slide { - anchors.fill: parent - Image { - id: background2 - source: "slide3.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background1.horizontalCenter - anchors.top: background1.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - Slide { - anchors.fill: parent - Image { - id: background3 - source: "slide4.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background1.horizontalCenter - anchors.top: background1.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - Slide { - anchors.fill: parent - Image { - id: background4 - source: "slide5.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background1.horizontalCenter - anchors.top: background1.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - Slide { - anchors.fill: parent - Image { - id: background5 - source: "slide6.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background1.horizontalCenter - anchors.top: background1.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - - Slide { - anchors.fill: parent - Image { - id: background6 - source: "slide7.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background2.horizontalCenter - anchors.top: background2.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - - Slide { - anchors.fill: parent - Image { - id: background7 - source: "slide8.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background3.horizontalCenter - anchors.top: background3.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - - Slide { - anchors.fill: parent - Image { - id: background8 - source: "slide9.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background4.horizontalCenter - anchors.top: background4.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } - - Slide { - anchors.fill: parent - Image { - id: background9 - source: "slide10.png" - width: 924; height: 496 - - - anchors.fill: parent - } - Text { - anchors.horizontalCenter: background5.horizontalCenter - anchors.top: background5.bottom - text: "" - wrapMode: Text.WordWrap - width: 800 - horizontalAlignment: Text.Center - } - } }