Browse Source

qml: add rocket.png for fee bump icon

master
Sander van Grieken 3 years ago
parent
commit
2cfcf5035d
  1. BIN
      electrum/gui/icons/rocket.png
  2. 1
      electrum/gui/qml/components/RbfBumpFeeDialog.qml

BIN
electrum/gui/icons/rocket.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

1
electrum/gui/qml/components/RbfBumpFeeDialog.qml

@ -16,6 +16,7 @@ ElDialog {
signal txaccepted
title: qsTr('Bump Fee')
iconSource: Qt.resolvedUrl('../../icons/rocket.png')
width: parent.width
height: parent.height

Loading…
Cancel
Save