mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
2af47d11ce
commit
9fbcaba3d9
@ -595,6 +595,7 @@ class Users(QWidget):
|
||||
h.addStretch(2), h.addWidget(b)
|
||||
|
||||
self.user_list = w = QListWidget(self)
|
||||
w.setSpacing(1)
|
||||
w.doubleClicked.connect(self.current_user_activated)
|
||||
w.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Expanding)
|
||||
lp.addWidget(w)
|
||||
|
Loading…
x
Reference in New Issue
Block a user