Skip to content
Snippets Groups Projects
Commit df1f9b02 authored by tatiana.novikova's avatar tatiana.novikova
Browse files

[*] Change static name of token 'KLVN' to dynamic name of choosen token

[-] Delete USD
parent 3f818a77
No related branches found
No related tags found
1 merge request!162Bugs 3732
Pipeline #3353 passed with stage
in 5 minutes and 17 seconds
......@@ -22,7 +22,7 @@ DapAbstractRightPanel
id: signatureTypeWallet
ListElement
{
name: "Dilithium in my head"
name: "Dilithium"
sign: "sig_dil"
}
ListElement
......
......@@ -25,4 +25,10 @@ DapNewPaymentMainRightPanelForm
nextActivated("transaction created")
}
dapCmboBoxToken.onCurrentIndexChanged:
{
dapSendedToken = dapCmboBoxToken.mainLineText;
}
}
......@@ -14,6 +14,8 @@ DapAbstractRightPanel
property alias dapCmboBoxTokenModel: comboboxToken.model
property alias dapCmboBoxToken: comboboxToken
//@param dapSendedToken Name of token to send
property string dapSendedToken: ""
property string dapCurrentWallet
......@@ -245,7 +247,8 @@ DapAbstractRightPanel
font: dapMainFonts.dapMainFontTheme.dapFontRobotoRegular16
horizontalAlignment: Text.AlignRight
color: "#070023"
text: "KLVN"
text: dapSendedToken
}
}
Rectangle
......@@ -272,7 +275,8 @@ DapAbstractRightPanel
anchors.topMargin: 16 * pt
height: textAmountConvertValue.height
color: "transparent"
Text
////////////Delete all USD
/*Text
{
id: textAmountConvertValue
anchors.verticalCenter: parent.verticalCenter
......@@ -292,7 +296,7 @@ DapAbstractRightPanel
horizontalAlignment: Text.AlignRight
color: "#757184"
text: qsTr("USD")
}
}*/
}
}
......
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