mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
network_dialog remove stretch
This commit is contained in:
parent
637d52ce58
commit
1316e4f70d
1 changed files with 1 additions and 2 deletions
|
@ -302,10 +302,9 @@ class NetworkChoiceLayout(object):
|
|||
])
|
||||
grid.addWidget(self.autoconnect_cb, 4, 0, 1, 3)
|
||||
grid.addWidget(HelpButton(msg), 4, 4)
|
||||
|
||||
self.nodes_list_widget = NodesListWidget(self)
|
||||
grid.addWidget(self.nodes_list_widget, 5, 0, 1, 5)
|
||||
grid.setRowStretch(7, 1)
|
||||
|
||||
vbox = QVBoxLayout()
|
||||
vbox.addWidget(tabs)
|
||||
self.layout_ = vbox
|
||||
|
|
Loading…
Add table
Reference in a new issue