mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-26 16:52:46 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user