fix(TransactionPreview): set correct height of component's root element
This commit is contained in:
parent
771b07c17c
commit
885ea76345
|
@ -12,9 +12,10 @@ Item {
|
|||
property var amount: ({ value: "", fiatValue: "", currency: "" })
|
||||
property string currency: "USD"
|
||||
property var gas: ({ value: "", symbol: "", fiatValue: "" })
|
||||
height: itmFrom.height
|
||||
height: content.height
|
||||
|
||||
Column {
|
||||
id: content
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
|
|
Loading…
Reference in New Issue