Skip to content

Commit

Permalink
Update Receive.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
rating89us committed Jun 26, 2021
1 parent d86023f commit 39b5370
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/Receive.qml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ Rectangle {
MoneroComponents.TextPlain {
id: selectedaddressIndex
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: 220
Layout.maximumWidth: 220
Layout.topMargin: 15
horizontalAlignment: Text.AlignHCenter
text: qsTr("Address #") + subaddressListView.currentIndex + translationManager.emptyString
wrapMode: Text.WordWrap
font.family: MoneroComponents.Style.fontRegular.name
Expand All @@ -142,8 +144,10 @@ Rectangle {
MoneroComponents.TextPlain {
id: selectedAddressDrescription
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: 220
Layout.maximumWidth: 220
Layout.topMargin: 10
horizontalAlignment: Text.AlignHCenter
text: "(" + qsTr("no label") + ")" + translationManager.emptyString
wrapMode: Text.WordWrap
font.family: MoneroComponents.Style.fontRegular.name
Expand Down

0 comments on commit 39b5370

Please sign in to comment.