Blank title of RegenerateAddressesDialog also

This commit is contained in:
Dmitri Bogomolov 2018-01-27 16:40:01 +02:00
parent afcd83a434
commit c92c2aebc2
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ class RegenerateAddressesDialog(QtGui.QDialog, RetranslateMixin):
def __init__(self, parent=None):
super(RegenerateAddressesDialog, self).__init__(parent)
widgets.load('regenerateaddresses.ui', self)
self.groupBox.setTitle('')
QtGui.QWidget.resize(self, QtGui.QWidget.sizeHint(self))