mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-25 21:21:39 +00:00
Add stretch to bottom of General pref tab
This commit is contained in:
@@ -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_general, "General")
|
||||||
self.tabwidget.addTab(self.page_display, "Display")
|
self.tabwidget.addTab(self.page_display, "Display")
|
||||||
self.displayVLayout.addStretch(0)
|
self.displayVLayout.addStretch(0)
|
||||||
|
self.widgetsVLayout.addStretch(0)
|
||||||
|
|
||||||
def _load(self, prefs, setchecked, section):
|
def _load(self, prefs, setchecked, section):
|
||||||
# Edition-specific
|
# Edition-specific
|
||||||
|
|||||||
Reference in New Issue
Block a user