Skip to content
Snippets Groups Projects
Commit fd0f0851 authored by Evgenii Tagiltsev's avatar Evgenii Tagiltsev
Browse files

[*] changed text elide and color in wallet field

parent 41ec1ca0
No related branches found
No related tags found
1 merge request!8Features 2442
Pipeline #644 passed with stage
in 2 minutes and 47 seconds
...@@ -109,12 +109,14 @@ Page { ...@@ -109,12 +109,14 @@ Page {
Text { Text {
id: dapNumberWallet id: dapNumberWallet
// width: parent.width / 2
anchors.fill: parent anchors.fill: parent
color: "#4F5357" color: "#4F5357"
text: numberWallet text: numberWallet
font.family: "Regular" font.family: "Regular"
font.pixelSize: 14 * pt font.pixelSize: 14 * pt
clip: true clip: true
elide: Text.ElideRight
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
...@@ -232,6 +234,7 @@ Page { ...@@ -232,6 +234,7 @@ Page {
Text { Text {
text: dapNumberWallet.text text: dapNumberWallet.text
color: "#4F5357"
font.family: "Regular" font.family: "Regular"
font.pixelSize: 14 * pt font.pixelSize: 14 * pt
} }
......
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