mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 11:44:28 +02:00
...
This commit is contained in:
parent
8746416b5a
commit
2235bfaec8
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ class ChangeRestriction(QDialog):
|
|||
|
||||
def __init__(self, username, restriction, parent=None):
|
||||
QDialog.__init__(self, parent)
|
||||
self.setWindowTitle(_('Change library access permissions for {}').format(username))
|
||||
self.username = username
|
||||
self.l = l = QFormLayout(self)
|
||||
l.setFieldGrowthPolicy(l.AllNonFixedFieldsGrow)
|
||||
|
|
|
|||
Loading…
Reference in a new issue