Transfer: vertical center address

This commit is contained in:
selsta 2021-05-05 22:29:05 +02:00
parent 426dc3fa47
commit b304140720
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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