mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-14 23:58:21 +00:00
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…
x
Reference in New Issue
Block a user