make report dialog height less than 600, for smaller displays [DR]

This commit is contained in:
Paul Franklin 2016-12-09 19:48:34 -08:00
parent 9ccc149161
commit b848f1cd2a

View File

@ -513,6 +513,10 @@ class DescendantOptions(MenuReportOptions):
stdoptions.add_living_people_option(menu, category_name)
stdoptions.add_localization_option(menu, category_name)
category_name = _("Content")
numbering = EnumeratedListOption(_("Numbering system"), "Simple")
numbering.set_items([
("Simple", _("Simple numbering")),
@ -542,8 +546,6 @@ class DescendantOptions(MenuReportOptions):
_("Whether to show duplicate Family Trees in the report."))
menu.add_option(category_name, "dups", dups)
stdoptions.add_localization_option(menu, category_name)
def make_default_style(self, default_style):
"""Make the default output style for the Descendant Report."""
fstyle = FontStyle()