mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
0c1cadeb89
commit
f7be946f9d
@ -151,6 +151,7 @@ class FontFamilyDialog(QDialog):
|
||||
break
|
||||
self.view.doubleClicked.connect(self.accept, type=Qt.QueuedConnection)
|
||||
self.view.setSelectionMode(self.view.SingleSelection)
|
||||
self.view.setAlternatingRowColors(True)
|
||||
|
||||
self.bb = QDialogButtonBox(QDialogButtonBox.Ok|QDialogButtonBox.Cancel)
|
||||
self.bb.accepted.connect(self.accept)
|
||||
|
Loading…
x
Reference in New Issue
Block a user