forked from Public/monero-gui
Transfer: vertical center address
This commit is contained in:
@@ -349,7 +349,7 @@ Rectangle {
|
|||||||
KeyNavigation.backtab: index > 0 ? recipientRepeater.itemAt(index - 1).children[1].children[2] : sendButton
|
KeyNavigation.backtab: index > 0 ? recipientRepeater.itemAt(index - 1).children[1].children[2] : sendButton
|
||||||
KeyNavigation.tab: parent.children[2]
|
KeyNavigation.tab: parent.children[2]
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
Layout.topMargin: index > 0 ? recipientLayout.rowSpacing / 2 : 0
|
Layout.topMargin: recipientLayout.rowSpacing / 2
|
||||||
Layout.bottomMargin: recipientLayout.rowSpacing / 2
|
Layout.bottomMargin: recipientLayout.rowSpacing / 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
addressValidation: true
|
addressValidation: true
|
||||||
|
|||||||
Reference in New Issue
Block a user