diff --git a/src/branding/manjaro/languages.png b/src/branding/manjaro/languages.png index e09621ce5..6ad1f50c6 100644 Binary files a/src/branding/manjaro/languages.png and b/src/branding/manjaro/languages.png differ diff --git a/src/branding/manjaro/show.qml b/src/branding/manjaro/show.qml index 5487ac723..e952e11a7 100644 --- a/src/branding/manjaro/show.qml +++ b/src/branding/manjaro/show.qml @@ -17,8 +17,7 @@ */ /* - * Change slides width and height from 800x480px to 810x486px to remove side lines - * Slides images dimensions are 1200x720px. + * Slides images dimensions are 800x510px. */ import QtQuick 2.0; @@ -40,7 +39,7 @@ Presentation Image { id: background1 source: "slide1.png" - width: 810; height: 486 + width: 800; height: 510 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -49,7 +48,7 @@ Presentation anchors.top: background1.bottom text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -59,7 +58,7 @@ Presentation Image { id: background2 source: "slide2.png" - width: 810; height: 486 + width: 800; height: 510 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -68,7 +67,7 @@ Presentation anchors.top: background2.bottom text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -78,7 +77,7 @@ Presentation Image { id: background3 source: "slide3.png" - width: 810; height: 486 + width: 800; height: 510 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -87,7 +86,7 @@ Presentation anchors.top: background3.bottom text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -97,7 +96,7 @@ Presentation Image { id: background4 source: "slide4.png" - width: 810; height: 486 + width: 800; height: 510 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -106,7 +105,7 @@ Presentation anchors.top: background4.bottom text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } @@ -116,7 +115,7 @@ Presentation Image { id: background5 source: "slide5.png" - width: 810; height: 486 + width: 800; height: 510 fillMode: Image.PreserveAspectFit anchors.centerIn: parent } @@ -125,7 +124,7 @@ Presentation anchors.top: background5.bottom text: "" wrapMode: Text.WordWrap - width: 600 + width: 800 horizontalAlignment: Text.Center } } diff --git a/src/branding/manjaro/slide1.png b/src/branding/manjaro/slide1.png index e1477169c..f88821194 100644 Binary files a/src/branding/manjaro/slide1.png and b/src/branding/manjaro/slide1.png differ diff --git a/src/branding/manjaro/slide2.png b/src/branding/manjaro/slide2.png index 3a6c2a1f4..87d03b9a1 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 4f2d26f99..1415cc499 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 3b61b0f53..e0f40fcfb 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 52a7bd16f..5cdf03a25 100644 Binary files a/src/branding/manjaro/slide5.png and b/src/branding/manjaro/slide5.png differ