update the dimensions of images
This commit is contained in:
parent
70a4f4a17f
commit
d4c5e3c317
|
@ -40,6 +40,7 @@ Presentation
|
|||
Image {
|
||||
id: background
|
||||
source: "slide1.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -60,6 +61,7 @@ Presentation
|
|||
Image {
|
||||
id: background1
|
||||
source: "slide2.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -78,6 +80,7 @@ Presentation
|
|||
Image {
|
||||
id: background2
|
||||
source: "slide3.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -96,6 +99,7 @@ Presentation
|
|||
Image {
|
||||
id: background3
|
||||
source: "slide4.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -114,6 +118,7 @@ Presentation
|
|||
Image {
|
||||
id: background4
|
||||
source: "slide5.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -132,6 +137,7 @@ Presentation
|
|||
Image {
|
||||
id: background5
|
||||
source: "slide6.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -151,6 +157,7 @@ Presentation
|
|||
Image {
|
||||
id: background6
|
||||
source: "slide7.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -170,6 +177,7 @@ Presentation
|
|||
Image {
|
||||
id: background7
|
||||
source: "slide8.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -189,6 +197,7 @@ Presentation
|
|||
Image {
|
||||
id: background8
|
||||
source: "slide9.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
@ -208,6 +217,7 @@ Presentation
|
|||
Image {
|
||||
id: background9
|
||||
source: "slide10.png"
|
||||
width: 924; height: 496
|
||||
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Reference in New Issue
Block a user