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

[*] add factor pt to created wallet page

parent 347c7087
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -7,15 +7,15 @@ DapUiQmlScreen {
property alias buttonDone: doneCreateWalletButton
id: walletCreatedMenu
color: "#edeff2"
color: "#F8F7FA"
Button {
id: doneCreateWalletButton
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: 189 + 24
height: 44
width: 130
anchors.bottomMargin: 213 * pt
height: 44 * pt
width: 130 * pt
Text {
id: doneCreateWalletButtonText
......@@ -26,7 +26,7 @@ DapUiQmlScreen {
font.family: "Roboto"
font.styleName: "Normal"
font.weight: Font.Normal
font.pointSize: 16
font.pointSize: 18 * pt
horizontalAlignment: Text.AlignLeft
}
......@@ -40,9 +40,9 @@ DapUiQmlScreen {
Rectangle {
id: createWalletDescription
color: "#edeff2"
height: 50
height: 50 * pt
anchors.bottom: doneCreateWalletButton.top
anchors.bottomMargin: 24 + 118 + 24
anchors.bottomMargin: 166 * pt
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 1 * pt
......@@ -56,7 +56,7 @@ DapUiQmlScreen {
color: "#070023"
font {
pointSize: 18
pointSize: 16 * pt
family: "Roboto"
styleName: "Normal"
weight: Font.Normal
......@@ -70,3 +70,4 @@ 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