2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-13 07:45:39 +00:00

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

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