Improve layout of preferences button when there is extra vertical space

This commit is contained in:
Kovid Goyal 2014-04-25 14:50:25 +05:30
parent 5eefd0159b
commit bd66002283

View File

@ -156,6 +156,7 @@ class Browser(QScrollArea): # {{{
self.widgets.append(w)
self._layout.addWidget(w)
w.plugin_activated.connect(self.show_plugin.emit)
self._layout.addStretch(1)
# }}}