diff --git a/src/branding/manjaro/languages.png b/src/branding/manjaro/languages.png index 693aafade..6ad1f50c6 100644 Binary files a/src/branding/manjaro/languages.png and b/src/branding/manjaro/languages.png differ diff --git a/src/branding/manjaro/logo.png b/src/branding/manjaro/logo.png index 6cfa94a16..537b32d0b 100644 Binary files a/src/branding/manjaro/logo.png and b/src/branding/manjaro/logo.png differ diff --git a/src/branding/manjaro/show.qml b/src/branding/manjaro/show.qml index 10e61dfbe..634424c14 100644 --- a/src/branding/manjaro/show.qml +++ b/src/branding/manjaro/show.qml @@ -16,6 +16,10 @@ * along with Calamares. If not, see . */ +/* + * Slides images dimensions are 800x440px. + */ + import QtQuick 2.0; import calamares.slideshow 1.0; @@ -34,19 +38,17 @@ Presentation Image { id: background1 - source: "slide.png" - width: 500; height: 275 + source: "slide1.png" + width: 800; height: 440 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } Text { anchors.horizontalCenter: background1.horizontalCenter anchors.top: background1.bottom - text: "Welcome to Manjaro.
"+ - "Manjaro is driven by a hardworking and dedicated community.
"+ - "During the installation, this slideshow will provide a quick introduction." + text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -56,18 +58,16 @@ Presentation Image { id: background2 source: "slide2.png" - width: 500; height: 275 + width: 800; height: 440 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } Text { anchors.horizontalCenter: background2.horizontalCenter anchors.top: background2.bottom - text: "All of Manjaro's versions are completely customizable
"+ - "to exactly how you want it. From theming, to the very
"+ - "kernel itself, it can be changed." + text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -77,18 +77,16 @@ Presentation Image { id: background3 source: "slide3.png" - width: 500; height: 275 + width: 800; height: 440 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } Text { anchors.horizontalCenter: background3.horizontalCenter anchors.top: background3.bottom - text: "Manjaro has three different officially supported editions.
"+ - "Additionally, there are a multitude of community editions
"+ - "to choose from, built by the community, for the community." + text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -98,18 +96,16 @@ Presentation Image { id: background4 source: "slide4.png" - width: 500; height: 275 + width: 800; height: 440 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } Text { anchors.horizontalCenter: background4.horizontalCenter anchors.top: background4.bottom - text: "Manjaro has three different options for managing
"+ - "packages. The original command line option, Pacman
"+ - "and two different GUI options: Octopi or Pamac." + text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -119,18 +115,16 @@ Presentation Image { id: background5 source: "slide5.png" - width: 500; height: 275 + width: 800; height: 440 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } Text { anchors.horizontalCenter: background5.horizontalCenter anchors.top: background5.bottom - text: "We appreciate you choosing Manjaro, and hope you enjoy
"+ - "it as much as we do making it! If you have any questions
"+ - "or feedback, please feel free to visit the forum, IRC, or wiki." + text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } diff --git a/src/branding/manjaro/slide.png b/src/branding/manjaro/slide.png deleted file mode 100644 index 745325219..000000000 Binary files a/src/branding/manjaro/slide.png and /dev/null differ diff --git a/src/branding/manjaro/slide1.png b/src/branding/manjaro/slide1.png new file mode 100644 index 000000000..7dbca88bb Binary files /dev/null and b/src/branding/manjaro/slide1.png differ diff --git a/src/branding/manjaro/slide2.png b/src/branding/manjaro/slide2.png index 7e4555a9c..a13345fb1 100644 Binary files a/src/branding/manjaro/slide2.png and b/src/branding/manjaro/slide2.png differ diff --git a/src/branding/manjaro/slide3.png b/src/branding/manjaro/slide3.png index 69830b8f4..19442eda3 100644 Binary files a/src/branding/manjaro/slide3.png and b/src/branding/manjaro/slide3.png differ diff --git a/src/branding/manjaro/slide4.png b/src/branding/manjaro/slide4.png index db2edad5b..d6867c9d7 100644 Binary files a/src/branding/manjaro/slide4.png and b/src/branding/manjaro/slide4.png differ diff --git a/src/branding/manjaro/slide5.png b/src/branding/manjaro/slide5.png index bd470e1bc..dcde92d49 100644 Binary files a/src/branding/manjaro/slide5.png and b/src/branding/manjaro/slide5.png differ