Skip to content
Snippets Groups Projects
Commit ab1b76d5 authored by Alexander's avatar Alexander
Browse files

[*] fix remarks in according to design guide

parent b46bd4e7
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -27,7 +27,7 @@ DapUiQmlScreen {
anchors.topMargin: 8
anchors.left: parent.left
anchors.leftMargin: 16
font.pointSize: 10
font.pointSize: 12
horizontalAlignment: Text.AlignLeft
font.family: "Roboto"
font.styleName: "Normal"
......@@ -53,7 +53,7 @@ DapUiQmlScreen {
color: "#FF0300"
font {
pointSize: 10
pointSize: 16
family: "Roboto"
styleName: "Normal"
weight: Font.Normal
......@@ -63,7 +63,7 @@ DapUiQmlScreen {
Rectangle {
id: recoveryWords
height: 210
height: 270
anchors.top: saveNotesDescription.bottom
anchors.topMargin: 24
anchors.right: parent.right
......@@ -113,23 +113,23 @@ DapUiQmlScreen {
}
RowLayout {
height: 270
spacing: 60
height: parent.height
anchors.right: parent.right
anchors.rightMargin: 1
anchors.left: parent.left
anchors.leftMargin: 1
ListView {
height: parent.height
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
width: 50
height: 300
model: listRecoveryWords
delegate: Text {
text: word
color: "#070023"
font {
pointSize: 12
pointSize: 16
family: "Roboto"
styleName: "Normal"
weight: Font.Normal
......@@ -138,15 +138,15 @@ DapUiQmlScreen {
}
ListView {
height: parent.height
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
width: 50
height: 300
model: listRecoveryWords
delegate: Text {
text: word
color: "#070023"
font {
pointSize: 12
pointSize: 16
family: "Roboto"
styleName: "Normal"
weight: Font.Normal
......@@ -192,8 +192,8 @@ DapUiQmlScreen {
Button {
id: nextButton
height: 44
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
width: 130
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
Text {
id: nextButtonText
......@@ -204,7 +204,7 @@ DapUiQmlScreen {
font.family: "Roboto"
font.styleName: "Normal"
font.weight: Font.Normal
font.pointSize: 16
font.pointSize: 18
horizontalAlignment: Text.AlignLeft
}
......@@ -231,7 +231,7 @@ DapUiQmlScreen {
font.family: "Roboto"
font.styleName: "Normal"
font.weight: Font.Normal
font.pointSize: 16
font.pointSize: 18
horizontalAlignment: Text.AlignLeft
}
......
......@@ -24,7 +24,7 @@ Rectangle {
anchors.topMargin: 8
anchors.left: parent.left
anchors.leftMargin: 16
font.pointSize: 10
font.pointSize: 12
horizontalAlignment: Text.AlignLeft
font.family: "Roboto"
font.styleName: "Normal"
......@@ -46,7 +46,7 @@ Rectangle {
Text {
anchors.fill: parent
text: qsTr("Keep these QR-code in a safe place. They will be\nrequired to restore your wallet in case of loss of\naccess to it")
font.pointSize: 10
font.pointSize: 14
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
color: "#FF0300"
......@@ -62,12 +62,13 @@ Rectangle {
Rectangle {
id: qrCodeImageArea
height: 200
width: 200
anchors.top: saveQrCodeDescription.bottom
anchors.topMargin: 24
anchors.left: parent.left
anchors.right: parent.right
anchors.horizontalCenter: parent.horizontalCenter
color: "#EDEFF2"
anchors.leftMargin: 1
border.width: 1
border.color: "#C7C6CE"
Image {
id: qrCodeImage
......@@ -140,8 +141,8 @@ Rectangle {
Button {
id: saveQrCodeButton
height: 44
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
width: 130
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
checkable: true
Text {
......
......@@ -35,8 +35,6 @@ DapUiQmlScreen {
implicitHeight: parent.height
color: "#3E3853"
}
}
Rectangle {
......@@ -58,7 +56,7 @@ DapUiQmlScreen {
color: "#070023"
font {
pointSize: 16
pointSize: 18
family: "Roboto"
styleName: "Normal"
weight: Font.Normal
......@@ -66,3 +64,9 @@ DapUiQmlScreen {
}
}
}
/*##^##
Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment