mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Add stretch to bottom of General pref tab
This commit is contained in:
parent
a3e402a3af
commit
de5e61293b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user