Skip to content

Commit

Permalink
Remove text
Browse files Browse the repository at this point in the history
Removes unnecessary and ugly "Linux for Open Minds" slogan
  • Loading branch information
Starcr0ss authored Jun 21, 2024
1 parent 4570d23 commit fd8c9fc
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions Amy Splashscreen/Amy-Light-Splash/contents/splash/Splash.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,6 @@ Image {
}
}

Text {
visible: true
height: 1470
width: 1920
Text {
id: text
font.pointSize: 24
x: (root.width - width) / 2
y: (root.height / 3) * 2
anchors.centerIn: parent
text: "Linux For Open Minds"
visible: false
}
LinearGradient {
anchors.fill: text
source: text
Expand All @@ -189,23 +176,6 @@ Image {
easing.type: Easing.InOutQuad
}

Text {
id: loadingText
height: 30
anchors.bottomMargin: 0
anchors.topMargin: 0
text: "Linux For Open Minds"
color: "#2e75bc"
font.family: webFont.name
font.weight: Font.ExtraLight

font.pointSize: 20
opacity: 0
textFormat: Text.StyledText
x: (root.width - width) / 2
y: (root.height / 3) * 2
}

OpacityAnimator {
id: opacityAnimation
running: false
Expand Down

0 comments on commit fd8c9fc

Please sign in to comment.