mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
adjust width of history list
This commit is contained in:
parent
67866afa7e
commit
49c6055880
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class MiniWindow(QDialog):
|
|||
self.history_list.hide()
|
||||
self.history_list.setAlternatingRowColors(True)
|
||||
|
||||
main_layout.addWidget(self.history_list, 3, 0, 1, 3)
|
||||
main_layout.addWidget(self.history_list, 3, 0, 1, 4)
|
||||
|
||||
|
||||
self.receiving = receiving_widget.ReceivingWidget(self)
|
||||
|
|
Loading…
Add table
Reference in a new issue