Adjust the first slide from Raf's IRC feedback.

ubuntu/focal
Simon Quigley 7 years ago
parent 9ee554235c
commit de7500f984

@ -32,6 +32,7 @@ Presentation
} }
Slide { Slide {
Image { Image {
anchors.centerIn: parent
id: image1 id: image1
x: 0 x: 0
y: 0 y: 0
@ -47,16 +48,16 @@ Presentation
width: 317 width: 317
height: 50 height: 50
color: "#00ffff" color: "#00ffff"
text: qsTr("GET SUPPORT") text: qsTr("Get Support")
verticalAlignment: Text.AlignTop verticalAlignment: Text.AlignTop
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
textFormat: Text.AutoText textFormat: Text.AutoText
font.pixelSize: 24 font { family: "Ubuntu Light"; pixelSize: 24; weight: Font.Bold; capitalization: Font.AllUppercase }
} }
Image { Image {
id: image2 id: image2
x: 119 x: 110
y: 48 y: 48
width: 96 width: 96
height: 96 height: 96
@ -72,7 +73,7 @@ Presentation
height: 124 height: 124
color: "#ffffff" color: "#ffffff"
text: qsTr("https://lubuntu.me") text: qsTr("https://lubuntu.me")
font.pixelSize: 16 font { family: "Ubuntu Light"; pixelSize: 16; weight: Font.Bold }
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
textFormat: Text.AutoText textFormat: Text.AutoText
verticalAlignment: Text.AlignTop verticalAlignment: Text.AlignTop

Loading…
Cancel
Save