minor gui tweak

This commit is contained in:
ThomasV 2017-03-24 09:50:43 +01:00
parent 482ad3b20f
commit 6548388b0e
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class NetworkChoiceLayout(object):
grid.addWidget(self.cph_label, 4, 0) grid.addWidget(self.cph_label, 4, 0)
grid.addWidget(self.cph, 4, 1) grid.addWidget(self.cph, 4, 1)
grid.addWidget(self.cpv_label, 5, 0) grid.addWidget(self.cpv_label, 5, 0)
grid.addWidget(self.cpv, 5, 1) grid.addWidget(self.cpv, 5, 1, 1, 4)
grid.setRowStretch(7, 1) grid.setRowStretch(7, 1)
vbox = QVBoxLayout() vbox = QVBoxLayout()
vbox.addWidget(tabs) vbox.addWidget(tabs)