mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
alternating row colours for history.
This commit is contained in:
parent
5c43cee3f3
commit
46419a0457
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ class MiniWindow(QDialog):
|
|||
self.history_list = history_widget.HistoryWidget()
|
||||
self.history_list.setObjectName("history")
|
||||
self.history_list.hide()
|
||||
self.history_list.setAlternatingRowColors(True)
|
||||
main_layout.addWidget(self.history_list, 3, 0, 1, -1)
|
||||
|
||||
menubar = QMenuBar()
|
||||
|
|
Loading…
Add table
Reference in a new issue