mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-12 22:04:42 +00:00
Merge pull request #3456
b304140
Transfer: vertical center address (selsta)
This commit is contained in:
commit
54ef114370
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue