mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix column number for monospace font (amount)
This commit is contained in:
parent
29cf811858
commit
68c7d2e349
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ class ElectrumWindow(QMainWindow):
|
|||
item.setToolTip(4, pr_tooltips.get(status,''))
|
||||
item.setData(0, 32, key)
|
||||
item.setFont(1, QFont(MONOSPACE_FONT))
|
||||
item.setFont(2, QFont(MONOSPACE_FONT))
|
||||
item.setFont(3, QFont(MONOSPACE_FONT))
|
||||
l.addTopLevelItem(item)
|
||||
l.setCurrentItem(l.topLevelItem(0))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue