Browse Source

qml: use the same button for copy and paste

master
ThomasV 3 years ago
parent
commit
6bec498560
  1. 4
      electrum/gui/qml/components/SendDialog.qml

4
electrum/gui/qml/components/SendDialog.qml

@ -63,8 +63,8 @@ ElDialog {
FlatButton { FlatButton {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredWidth: 1 Layout.preferredWidth: 1
icon.source: '../../icons/paste.png' icon.source: '../../icons/copy_bw.png'
text: qsTr('Paste from clipboard') text: qsTr('Paste')
onClicked: dialog.dispatch(AppController.clipboardToText()) onClicked: dialog.dispatch(AppController.clipboardToText())
} }
} }

Loading…
Cancel
Save