1
0

Merge pull request #2467 from bauerj/issue-2464

Resize content of address history window
This commit is contained in:
ThomasV
2017-05-30 06:58:17 +02:00
committed by GitHub

View File

@@ -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()