Add stretch to bottom of General pref tab

This commit is contained in:
glubsy 2020-08-01 19:02:04 +02:00
parent a3e402a3af
commit de5e61293b
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ use the modifier key to drag the floating window around") if ISLINUX else
self.tabwidget.addTab(self.page_general, "General")
self.tabwidget.addTab(self.page_display, "Display")
self.displayVLayout.addStretch(0)
self.widgetsVLayout.addStretch(0)
def _load(self, prefs, setchecked, section):
# Edition-specific