Resize content of address history window

Closes: #2464
This commit is contained in:
Johann Bauer 2017-05-29 20:41:04 +02:00
parent 4cfa513ff1
commit 42fdf8686d
1 changed files with 0 additions and 1 deletions

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