mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix layout of new preferences window
This commit is contained in:
parent
dc87322c80
commit
ea4dccb629
5187
imgsrc/drawer.svg
5187
imgsrc/drawer.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 297 KiB |
Binary file not shown.
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 28 KiB |
@ -72,6 +72,9 @@ class Category(QWidget):
|
||||
ac.setWhatsThis(p.description)
|
||||
ac.setStatusTip(p.description)
|
||||
self.actions.append(ac)
|
||||
w = self.bar.widgetForAction(ac)
|
||||
w.setStyleSheet('QToolButton { margin-right: 20px; min-width: 100px }')
|
||||
w.setCursor(Qt.PointingHandCursor)
|
||||
|
||||
def triggered(self, plugin, *args):
|
||||
self.plugin_activated.emit(plugin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user