diff --git a/gramps/plugins/tool/sortevents.py b/gramps/plugins/tool/sortevents.py index 16979fd41..f2adf0fbb 100644 --- a/gramps/plugins/tool/sortevents.py +++ b/gramps/plugins/tool/sortevents.py @@ -79,6 +79,7 @@ class SortEvents(PluginWindows.ToolManagedWindowBatch): """ The name of the initial menu tab. """ + self.setup_configs('interface.sortevents', 500, 350) return _("Options") def run(self):