1
0

Fix some regressions from layout rework.

This commit is contained in:
Neil Booth
2016-01-13 21:25:48 +09:00
parent 9390a97e9e
commit fd66e15d3d
5 changed files with 10 additions and 9 deletions

View File

@@ -175,9 +175,8 @@ class InstallWizard(WindowModalDialog, WizardBase):
return sanitized_seed()
def show_seed(self, seed):
title = _("Your wallet generation seed is:")
slayout = SeedWarningLayout(seed)
self.set_main_layout(slayout.layout(), title)
self.set_main_layout(slayout.layout())
def verify_seed(self, seed, is_valid=None):
while True: