fix(@onboarding): missing seed phrase headline
This commit is contained in:
parent
b72f53e62c
commit
fb8a3f9100
|
@ -25,9 +25,21 @@ OnboardingBasePage {
|
||||||
implicitWidth: 731
|
implicitWidth: 731
|
||||||
implicitHeight: 472
|
implicitHeight: 472
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
|
StatusBaseText {
|
||||||
|
id: headlineText
|
||||||
|
font.pixelSize: 22
|
||||||
|
font.weight: Font.Bold
|
||||||
|
color: Theme.palette.directColor1
|
||||||
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
text: qsTr("Enter seed phrase")
|
||||||
|
}
|
||||||
|
|
||||||
StatusSwitchTabBar {
|
StatusSwitchTabBar {
|
||||||
id: switchTabBar
|
id: switchTabBar
|
||||||
|
anchors.top: headlineText.bottom
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
anchors.topMargin: 24
|
||||||
StatusSwitchTabButton {
|
StatusSwitchTabButton {
|
||||||
text: qsTr("12 words")
|
text: qsTr("12 words")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue