mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
qt network dialog: maybe fix refresh bug
This commit is contained in:
parent
7221fb3231
commit
24ec7ce6b8
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,8 @@ class NodesListWidget(QTreeWidget):
|
|||
h.setSectionResizeMode(0, QHeaderView.Stretch)
|
||||
h.setSectionResizeMode(1, QHeaderView.ResizeToContents)
|
||||
|
||||
super().update()
|
||||
|
||||
|
||||
class ServerListWidget(QTreeWidget):
|
||||
|
||||
|
@ -180,6 +182,8 @@ class ServerListWidget(QTreeWidget):
|
|||
h.setSectionResizeMode(0, QHeaderView.Stretch)
|
||||
h.setSectionResizeMode(1, QHeaderView.ResizeToContents)
|
||||
|
||||
super().update()
|
||||
|
||||
|
||||
class NetworkChoiceLayout(object):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue