mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -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)
|
ac.setStatusTip(p.description)
|
||||||
self.actions.append(ac)
|
self.actions.append(ac)
|
||||||
w = self.bar.widgetForAction(ac)
|
w = self.bar.widgetForAction(ac)
|
||||||
w.setStyleSheet('QToolButton { margin-right: 20px; min-width: 100px }')
|
|
||||||
w.setCursor(Qt.PointingHandCursor)
|
w.setCursor(Qt.PointingHandCursor)
|
||||||
w.setAutoRaise(True)
|
w.setAutoRaise(True)
|
||||||
|
w.setMinimumWidth(100)
|
||||||
|
|
||||||
def triggered(self, plugin, *args):
|
def triggered(self, plugin, *args):
|
||||||
self.plugin_activated.emit(plugin)
|
self.plugin_activated.emit(plugin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user