baltx_fees help button
This commit is contained in:
2
qt.py
2
qt.py
@@ -1284,7 +1284,7 @@ class BalTxFeesWidget(QWidget):
|
|||||||
#label = ClickableLabel("$")
|
#label = ClickableLabel("$")
|
||||||
#label.doubleClicked.connect(self.doubleclick)
|
#label.doubleClicked.connect(self.doubleclick)
|
||||||
#layout.addWidget(label)
|
#layout.addWidget(label)
|
||||||
button = HelpButton(_("fees/vbyte to be used in the transaction.\nHigher value ensure your transaction will be confirmed"))
|
button = HelpButton(_("mining fees expressed in sats/vbyte to be used in the bitcooin transaction.\nHigher value ensure your transaction will be confirmed"))
|
||||||
button.setText("丰")
|
button.setText("丰")
|
||||||
button.setStyleSheet("font-size: 16px;")
|
button.setStyleSheet("font-size: 16px;")
|
||||||
layout.addWidget(button)
|
layout.addWidget(button)
|
||||||
|
|||||||
Reference in New Issue
Block a user