Merge pull request #10528 from f321x/qt_swapserver_list_resize

swaps: improve SwapServerDialog, provider CLI, bugfixes
This commit is contained in:
ThomasV
2026-03-19 09:42:05 +01:00
committed by GitHub
7 changed files with 30 additions and 22 deletions
+2 -2
View File
@@ -534,8 +534,8 @@ class SwapServerDialog(WindowModalDialog, QtEventListener):
vbox = QVBoxLayout()
self.setLayout(vbox)
vbox.addWidget(WWLabel(msg))
vbox.addWidget(self.servers_list)
vbox.addStretch()
vbox.addWidget(self.servers_list, stretch=1)
vbox.addSpacing(10)
self.ok_button = OkButton(self)
vbox.addLayout(Buttons(CancelButton(self), self.ok_button))
self.setMinimumWidth(650)