Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ancestortree.py #1802

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dave-khuon
Copy link

Add an option to use color on the person's box based on gender

Add an option to use color on the person's box based on gender
@@ -5,6 +5,7 @@
# Copyright (C) 2010 Jakim Friant
# Copyright (C) 2014 Paul Franklin
# Copyright (C) 2010-2015 Craig J. Anderson
# Copyright (C) 2014 Dave Khuon - option to color the box by gender

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • option to color the box by gender
    Comment

You don't need to add that as git blame will show you did it, please follow how others have added themselves.

@Call-Me-Dave
Copy link

@@ -74,6 +75,11 @@

LVL_GEN, LVL_INDX, LVL_Y = range(3)

_BOXCOLOR_DEFAULT = (255,255,255) # default dark

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use the users default colors already defined in the Colors preference tab see

https://gramps-project.org/wiki/index.php/Gramps_5.2_Wiki_Manual_-_Settings#Colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants