aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Transfer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 512b7cc0..33ed8305 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -349,7 +349,7 @@ Rectangle {
KeyNavigation.backtab: index > 0 ? recipientRepeater.itemAt(index - 1).children[1].children[2] : sendButton
KeyNavigation.tab: parent.children[2]
Layout.alignment: Qt.AlignVCenter
- Layout.topMargin: index > 0 ? recipientLayout.rowSpacing / 2 : 0
+ Layout.topMargin: recipientLayout.rowSpacing / 2
Layout.bottomMargin: recipientLayout.rowSpacing / 2
Layout.fillWidth: true
addressValidation: true