commit d2261ee55bce42a6bb57c10659ef916f53b19d5f
parent 49398643e60740782a2bdd79d5b3ecf038c67734
Author: ThomasV <thomasv@electrum.org>
Date: Tue, 30 May 2017 06:58:17 +0200
Merge pull request #2467 from bauerj/issue-2464
Resize content of address history window
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui/qt/address_dialog.py b/gui/qt/address_dialog.py
@@ -59,7 +59,6 @@ class AddressDialog(WindowModalDialog):
self.hw.get_domain = self.get_domain
vbox.addWidget(self.hw)
- vbox.addStretch(1)
vbox.addLayout(Buttons(CloseButton(self)))
self.format_amount = self.parent.format_amount
self.hw.update()