Skip to content

Commit

Permalink
Adjust the first slide from Raf's IRC feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsimonq2 committed Feb 13, 2018
1 parent 9ee5542 commit de7500f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lubuntu/branding/lubuntu/show.qml
Expand Up @@ -32,6 +32,7 @@ Presentation
}
Slide {
Image {
anchors.centerIn: parent
id: image1
x: 0
y: 0
Expand All @@ -47,16 +48,16 @@ Presentation
width: 317
height: 50
color: "#00ffff"
text: qsTr("GET SUPPORT")
text: qsTr("Get Support")
verticalAlignment: Text.AlignTop
horizontalAlignment: Text.AlignHCenter
textFormat: Text.AutoText
font.pixelSize: 24
font { family: "Ubuntu Light"; pixelSize: 24; weight: Font.Bold; capitalization: Font.AllUppercase }
}

Image {
id: image2
x: 119
x: 110
y: 48
width: 96
height: 96
Expand All @@ -72,7 +73,7 @@ Presentation
height: 124
color: "#ffffff"
text: qsTr("https://lubuntu.me")
font.pixelSize: 16
font { family: "Ubuntu Light"; pixelSize: 16; weight: Font.Bold }
horizontalAlignment: Text.AlignHCenter
textFormat: Text.AutoText
verticalAlignment: Text.AlignTop
Expand Down

0 comments on commit de7500f

Please sign in to comment.