mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
font
This commit is contained in:
parent
4c869ff213
commit
96e2e87b1a
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ class ElectrumWindow(QMainWindow):
|
|||
if is_default_label: label = tx['default_label']
|
||||
item = QTreeWidgetItem( [ '', time_str, label, format_satoshis(v,True), format_satoshis(balance)] )
|
||||
item.setFont(2, QFont('monospace'))
|
||||
if is_default_label:
|
||||
item.setForeground(2, QBrush(QColor('gray')))
|
||||
|
||||
item.setIcon(0, icon)
|
||||
self.history_list.insertTopLevelItem(0,item)
|
||||
|
|
Loading…
Add table
Reference in a new issue