This commit is contained in:
Kovid Goyal 2017-05-18 20:03:47 +05:30
parent 8746416b5a
commit 2235bfaec8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -376,6 +376,7 @@ class ChangeRestriction(QDialog):
def __init__(self, username, restriction, parent=None): def __init__(self, username, restriction, parent=None):
QDialog.__init__(self, parent) QDialog.__init__(self, parent)
self.setWindowTitle(_('Change library access permissions for {}').format(username))
self.username = username self.username = username
self.l = l = QFormLayout(self) self.l = l = QFormLayout(self)
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow) l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)