Merge pull request

b304140 Transfer: vertical center address (selsta)
This commit is contained in:
luigi1111 2021-05-12 23:23:38 -05:00
commit 54ef114370
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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