fix(TransactionPreview): set correct height of component's root element

This commit is contained in:
Pascal Precht 2020-08-21 09:56:42 +02:00 committed by Pascal Precht
parent 771b07c17c
commit 885ea76345
1 changed files with 2 additions and 1 deletions

View File

@ -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