1
0

qt network dialog: maybe fix refresh bug

This commit is contained in:
SomberNight
2018-09-17 22:31:31 +02:00
parent 7221fb3231
commit 24ec7ce6b8

View File

@@ -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):