mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 23:53:30 +02:00
Improve layout of preferences button when there is extra vertical space
This commit is contained in:
parent
5eefd0159b
commit
bd66002283
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ def __init__(self, parent=None):
|
|||
self.widgets.append(w)
|
||||
self._layout.addWidget(w)
|
||||
w.plugin_activated.connect(self.show_plugin.emit)
|
||||
self._layout.addStretch(1)
|
||||
|
||||
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue