ui: add icons for script type and deterministic wallet
This commit is contained in:
BIN
electrum/gui/icons/hd.png
Normal file
BIN
electrum/gui/icons/hd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
electrum/gui/icons/hd_white.png
Normal file
BIN
electrum/gui/icons/hd_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
electrum/gui/icons/script.png
Normal file
BIN
electrum/gui/icons/script.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
electrum/gui/icons/script_white.png
Normal file
BIN
electrum/gui/icons/script_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -73,6 +73,7 @@ Pane {
|
|||||||
text: Daemon.currentWallet.txinType
|
text: Daemon.currentWallet.txinType
|
||||||
font.pixelSize: constants.fontSizeSmall
|
font.pixelSize: constants.fontSizeSmall
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
iconSource: '../../../icons/script_white.png'
|
||||||
}
|
}
|
||||||
Tag {
|
Tag {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
@@ -80,6 +81,7 @@ Pane {
|
|||||||
visible: Daemon.currentWallet.isDeterministic
|
visible: Daemon.currentWallet.isDeterministic
|
||||||
font.pixelSize: constants.fontSizeSmall
|
font.pixelSize: constants.fontSizeSmall
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
iconSource: '../../../icons/hd_white.png'
|
||||||
}
|
}
|
||||||
Tag {
|
Tag {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user