SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
4 additions and
0 deletions
-
electrum/gui/qt/network_dialog.py
|
|
@ -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): |
|
|
|
|
|
|
|