1
0

ui: add icons for script type and deterministic wallet

This commit is contained in:
Sander van Grieken
2023-11-27 16:14:41 +01:00
parent 85f13cc6ea
commit ae9767880e
5 changed files with 2 additions and 0 deletions

BIN
electrum/gui/icons/hd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -73,6 +73,7 @@ Pane {
text: Daemon.currentWallet.txinType
font.pixelSize: constants.fontSizeSmall
font.bold: true
iconSource: '../../../icons/script_white.png'
}
Tag {
Layout.alignment: Qt.AlignHCenter
@@ -80,6 +81,7 @@ Pane {
visible: Daemon.currentWallet.isDeterministic
font.pixelSize: constants.fontSizeSmall
font.bold: true
iconSource: '../../../icons/hd_white.png'
}
Tag {
Layout.alignment: Qt.AlignHCenter