diff --git a/ui/shared/TransactionPreview.qml b/ui/shared/TransactionPreview.qml index 29e6f2ef76..3974ceaa2d 100644 --- a/ui/shared/TransactionPreview.qml +++ b/ui/shared/TransactionPreview.qml @@ -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