add empty label to fix layout

This commit is contained in:
ThomasV 2016-09-30 09:50:25 +02:00
parent 6979cdc7d6
commit 9afb0a9b46
1 changed files with 1 additions and 0 deletions

View File

@ -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)