mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
8746416b5a
commit
2235bfaec8
@ -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…
x
Reference in New Issue
Block a user