tmake seed dialog a bit wider - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 545cd7a4134e1094d9e16497c7b6fdfc8a312d0b DIR parent e327418f6eac8752bb6f95e764cce36b0c339c6e HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 7 Jul 2014 20:58:37 +0200 make seed dialog a bit wider Diffstat: M gui/qt/seed_dialog.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/gui/qt/seed_dialog.py b/gui/qt/seed_dialog.py t@@ -29,6 +29,7 @@ class SeedDialog(QDialog): def __init__(self, parent, seed, imported_keys): QDialog.__init__(self, parent) self.setModal(1) + self.setMinimumWidth(400) self.setWindowTitle('Electrum' + ' - ' + _('Seed')) vbox = show_seed_box(seed) if imported_keys: