fix(@desktop/keycard/wallet): Small fixes (#10949)
This commit is contained in:
parent
e19105d878
commit
a0146014d1
|
@ -195,9 +195,9 @@ StatusListItem {
|
|||
name: {
|
||||
switch(root.transactionType) {
|
||||
case TransactionDelegate.TransactionType.Send:
|
||||
return "receive"
|
||||
case TransactionDelegate.TransactionType.Receive:
|
||||
return "send"
|
||||
case TransactionDelegate.TransactionType.Receive:
|
||||
return "receive"
|
||||
case TransactionDelegate.TransactionType.Buy:
|
||||
case TransactionDelegate.TransactionType.Sell:
|
||||
return "token"
|
||||
|
|
|
@ -89,6 +89,7 @@ Item {
|
|||
id: confirmation
|
||||
Layout.preferredHeight: Constants.keycard.general.messageHeight
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
Layout.fillWidth: true
|
||||
leftSide: false
|
||||
spacing: Style.current.smallPadding
|
||||
font.pixelSize: Constants.keycard.general.fontSize2
|
||||
|
|
Loading…
Reference in New Issue