1
0

new icon for xpub/xprv dialogs

This commit is contained in:
ThomasV
2016-09-28 17:36:06 +02:00
parent 52a9fdf6f6
commit 9509592767
6 changed files with 9 additions and 16 deletions

View File

@@ -412,7 +412,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
_("Please share it with your cosigners.")
])
vbox = QVBoxLayout()
layout = SeedDisplayLayout(xpub, title=msg, sid='hot')
layout = SeedDisplayLayout(xpub, title=msg, xpub=True)
vbox.addLayout(layout.layout())
self.set_main_layout(vbox, _('Master Public Key'))
return None