(trivial) qt wizard: add title to seed options dialog window
This commit is contained in:
@@ -66,6 +66,7 @@ class SeedLayout(QVBoxLayout):
|
||||
|
||||
def seed_options(self):
|
||||
dialog = QDialog()
|
||||
dialog.setWindowTitle(_("Seed Options"))
|
||||
vbox = QVBoxLayout(dialog)
|
||||
|
||||
seed_types = [
|
||||
|
||||
Reference in New Issue
Block a user