Browse Source

add empty label to fix layout

283
ThomasV 8 years ago
parent
commit
9afb0a9b46
  1. 1
      gui/qt/seed_dialog.py

1
gui/qt/seed_dialog.py

@ -118,6 +118,7 @@ class SeedInputLayout(SeedLayoutBase):
vbox.addLayout(self._seed_layout(title=title))
hbox = QHBoxLayout()
hbox.addStretch(1)
hbox.addWidget(QLabel(''))
self.seed_type_label = QLabel('')
hbox.addWidget(self.seed_type_label)
vbox.addLayout(hbox)

Loading…
Cancel
Save