This commit is contained in:
Kovid Goyal 2017-05-16 12:11:06 +05:30
parent 2af47d11ce
commit 9fbcaba3d9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)