1
0

remove xpub icon

This commit is contained in:
ThomasV
2016-09-28 21:31:47 +02:00
parent 68ed60ca87
commit 2e0d55e25e
5 changed files with 11 additions and 12 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, xpub=True)
layout = SeedDisplayLayout(xpub, title=msg, icon=False)
vbox.addLayout(layout.layout())
self.set_main_layout(vbox, _('Master Public Key'))
return None