[branding] update slideshow

This commit is contained in:
Philip 2017-02-08 00:49:12 +01:00
parent d93ab0fb8c
commit fccb7ef647
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
*/ */
/* /*
* Slides images dimensions are 800x510px. * Slides images dimensions are 800x440px.
*/ */
import QtQuick 2.0; import QtQuick 2.0;
@ -39,7 +39,7 @@ Presentation
Image { Image {
id: background1 id: background1
source: "slide1.png" source: "slide1.png"
width: 800; height: 510 width: 800; height: 440
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
anchors.centerIn: parent anchors.centerIn: parent
} }
@ -58,7 +58,7 @@ Presentation
Image { Image {
id: background2 id: background2
source: "slide2.png" source: "slide2.png"
width: 800; height: 510 width: 800; height: 440
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
anchors.centerIn: parent anchors.centerIn: parent
} }
@ -77,7 +77,7 @@ Presentation
Image { Image {
id: background3 id: background3
source: "slide3.png" source: "slide3.png"
width: 800; height: 510 width: 800; height: 440
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
anchors.centerIn: parent anchors.centerIn: parent
} }
@ -96,7 +96,7 @@ Presentation
Image { Image {
id: background4 id: background4
source: "slide4.png" source: "slide4.png"
width: 800; height: 510 width: 800; height: 440
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
anchors.centerIn: parent anchors.centerIn: parent
} }
@ -115,7 +115,7 @@ Presentation
Image { Image {
id: background5 id: background5
source: "slide5.png" source: "slide5.png"
width: 800; height: 510 width: 800; height: 440
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
anchors.centerIn: parent anchors.centerIn: parent
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 66 KiB