qml: shorten text for adding addresses/keys and add add.png icon
This commit is contained in:
BIN
electrum/gui/icons/add.png
Normal file
BIN
electrum/gui/icons/add.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 687 B |
@@ -468,8 +468,9 @@ Pane {
|
|||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
visible: Daemon.currentWallet.walletType == 'imported'
|
visible: Daemon.currentWallet.walletType == 'imported'
|
||||||
text: Daemon.currentWallet.isWatchOnly
|
text: Daemon.currentWallet.isWatchOnly
|
||||||
? qsTr('Import additional addresses')
|
? qsTr('Add addresses')
|
||||||
: qsTr('Import additional keys')
|
: qsTr('Add keys')
|
||||||
|
icon.source: '../../icons/add.png'
|
||||||
onClicked: rootItem.importAddressesKeys()
|
onClicked: rootItem.importAddressesKeys()
|
||||||
}
|
}
|
||||||
FlatButton {
|
FlatButton {
|
||||||
|
|||||||
Reference in New Issue
Block a user