mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 17:23:38 +02:00
Fix #1860597 [[Enhancement] Make the list of tweaks better so that you don't need to scroll to read it](https://bugs.launchpad.net/calibre/+bug/1860597)
This commit is contained in:
parent
c4d6dd7dfe
commit
2742fa1f96
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ def __init__(self, parent=None):
|
|||
self.setAlternatingRowColors(True)
|
||||
self.setSpacing(5)
|
||||
self.setVerticalScrollMode(self.ScrollPerPixel)
|
||||
self.setMinimumWidth(300)
|
||||
|
||||
def currentChanged(self, cur, prev):
|
||||
QListView.currentChanged(self, cur, prev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue