mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix not enough vertical space for text in the preferences dialog
This commit is contained in:
parent
7acec85c89
commit
7eaddf9609
@ -101,9 +101,9 @@ class Category(QWidget): # {{{
|
||||
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)
|
||||
w.setAutoRaise(True)
|
||||
w.setMinimumWidth(100)
|
||||
|
||||
def triggered(self, plugin, *args):
|
||||
self.plugin_activated.emit(plugin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user