fix(Onboarding): remove unnecessary space in onboarding text
This commit is contained in:
parent
ad4b2c5e6f
commit
b83f45c68b
|
@ -92,7 +92,7 @@ OnboardingBasePage {
|
||||||
|
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
text: qsTr("If you lose your password you will lose access to your Status profile.")
|
text: qsTr("If you lose your password you will lose access to your Status profile.")
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue