mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
This commit is contained in:
@@ -129,7 +129,7 @@ Rectangle {
|
||||
spacing: 17
|
||||
|
||||
LineEdit {
|
||||
width: 156
|
||||
width: parent.width - (checkBox.width + sendButton.width + 2 * parent.spacing)
|
||||
}
|
||||
|
||||
StandardButton {
|
||||
@@ -143,6 +143,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: checkBox
|
||||
text: qsTr("Add to Address book")
|
||||
anchors.bottom: sendButton.bottom
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user