Browse Source

Resize content of address history window

Closes: #2464
master
Johann Bauer 9 years ago
parent
commit
42fdf8686d
  1. 1
      gui/qt/address_dialog.py

1
gui/qt/address_dialog.py

@ -59,7 +59,6 @@ class AddressDialog(WindowModalDialog):
self.hw.get_domain = self.get_domain self.hw.get_domain = self.get_domain
vbox.addWidget(self.hw) vbox.addWidget(self.hw)
vbox.addStretch(1)
vbox.addLayout(Buttons(CloseButton(self))) vbox.addLayout(Buttons(CloseButton(self)))
self.format_amount = self.parent.format_amount self.format_amount = self.parent.format_amount
self.hw.update() self.hw.update()

Loading…
Cancel
Save