1
0

fix parent of address history widget

This commit is contained in:
ThomasV
2015-04-04 21:15:58 +02:00
parent 93250b1041
commit 3a2e2702bb
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ class AddressDialog(QDialog):
vbox.addWidget(self.addr_e)
vbox.addWidget(QLabel(_("History")))
self.hw = HistoryWidget(self)
self.hw = HistoryWidget(self.parent)
vbox.addWidget(self.hw)
vbox.addStretch(1)