mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Improve layout of preferences button when there is extra vertical space
This commit is contained in:
parent
5eefd0159b
commit
bd66002283
@ -156,6 +156,7 @@ class Browser(QScrollArea): # {{{
|
|||||||
self.widgets.append(w)
|
self.widgets.append(w)
|
||||||
self._layout.addWidget(w)
|
self._layout.addWidget(w)
|
||||||
w.plugin_activated.connect(self.show_plugin.emit)
|
w.plugin_activated.connect(self.show_plugin.emit)
|
||||||
|
self._layout.addStretch(1)
|
||||||
|
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user