commit d377f93cfea7f669973cbc3dc6ed4c06fa161f77
parent 41c9ddb87d83533897691c4f9d47183b6e44611a
Author: ThomasV <thomasv@gitorious>
Date: Tue, 22 Oct 2013 16:21:56 +0200
fix dialog
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
@@ -1478,6 +1478,8 @@ class ElectrumWindow(QMainWindow):
main_layout.addWidget(main_text, 1, 0)
main_layout.addWidget(qrw, 1, 1 )
+ vbox = QVBoxLayout()
+ vbox.addLayout(main_layout)
vbox.addLayout(close_button(dialog))
dialog.setLayout(vbox)
dialog.exec_()