mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #1693799 [Error when clicking on Preferences](https://bugs.launchpad.net/calibre/+bug/1693799)
I have no idea what causes this, but...
This commit is contained in:
parent
35dd54848b
commit
6b010bc61c
@ -139,6 +139,7 @@ class Category(QWidget): # {{{
|
||||
self.actions.append(ac)
|
||||
w = self.bar.widgetForAction(ac)
|
||||
w.setCursor(Qt.PointingHandCursor)
|
||||
if hasattr(w, 'setAutoRaise'):
|
||||
w.setAutoRaise(True)
|
||||
w.setMinimumWidth(100)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user