Merge pull request #2467 from bauerj/issue-2464
Resize content of address history window
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user