mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
commit
fe82a7905c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class TxDialog(QDialog, MessageBoxMixin):
|
||||||
vbox.addWidget(QLabel(_("Inputs") + ' (%d)'%len(self.tx.inputs())))
|
vbox.addWidget(QLabel(_("Inputs") + ' (%d)'%len(self.tx.inputs())))
|
||||||
ext = QTextCharFormat()
|
ext = QTextCharFormat()
|
||||||
rec = QTextCharFormat()
|
rec = QTextCharFormat()
|
||||||
rec.setBackground(QBrush(QColor("lightgreen")))
|
rec.setBackground(QBrush(ColorScheme.GREEN.as_color(background=True)))
|
||||||
rec.setToolTip(_("Wallet receive address"))
|
rec.setToolTip(_("Wallet receive address"))
|
||||||
chg = QTextCharFormat()
|
chg = QTextCharFormat()
|
||||||
chg.setBackground(QBrush(QColor("yellow")))
|
chg.setBackground(QBrush(QColor("yellow")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue