make report dialog height less than 600, for smaller displays [DR]
This commit is contained in:
parent
9ccc149161
commit
b848f1cd2a
@ -513,6 +513,10 @@ class DescendantOptions(MenuReportOptions):
|
|||||||
|
|
||||||
stdoptions.add_living_people_option(menu, category_name)
|
stdoptions.add_living_people_option(menu, category_name)
|
||||||
|
|
||||||
|
stdoptions.add_localization_option(menu, category_name)
|
||||||
|
|
||||||
|
category_name = _("Content")
|
||||||
|
|
||||||
numbering = EnumeratedListOption(_("Numbering system"), "Simple")
|
numbering = EnumeratedListOption(_("Numbering system"), "Simple")
|
||||||
numbering.set_items([
|
numbering.set_items([
|
||||||
("Simple", _("Simple numbering")),
|
("Simple", _("Simple numbering")),
|
||||||
@ -542,8 +546,6 @@ class DescendantOptions(MenuReportOptions):
|
|||||||
_("Whether to show duplicate Family Trees in the report."))
|
_("Whether to show duplicate Family Trees in the report."))
|
||||||
menu.add_option(category_name, "dups", dups)
|
menu.add_option(category_name, "dups", dups)
|
||||||
|
|
||||||
stdoptions.add_localization_option(menu, category_name)
|
|
||||||
|
|
||||||
def make_default_style(self, default_style):
|
def make_default_style(self, default_style):
|
||||||
"""Make the default output style for the Descendant Report."""
|
"""Make the default output style for the Descendant Report."""
|
||||||
fstyle = FontStyle()
|
fstyle = FontStyle()
|
||||||
|
Loading…
Reference in New Issue
Block a user