Skip to content

Commit

Permalink
Remove text
Browse files Browse the repository at this point in the history
Removes the unnecessary and ugly "Linux for Open Minds" slogan
  • Loading branch information
Starcr0ss authored Jun 21, 2024
1 parent fd8c9fc commit 2156298
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions Amy Splashscreen/Amy-Splash/contents/splash/Splash.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,31 +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
gradient: Gradient {
GradientStop { position: 0; color: "#4e70ac" }
GradientStop { position: 0.4; color: "#4e70ac" }
GradientStop { position: 0.6; color: "#bac8df" }
GradientStop { position: 1; color: "#bac8df" }
}
}
}

OpacityAnimator {
id: preOpacityAnimation
running: false
Expand All @@ -189,23 +164,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 2156298

Please sign in to comment.