Skip to content

Commit

Permalink
Geography: add two new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud authored and Nick-Hall committed Feb 26, 2022
1 parent 4058849 commit 557c1c7
Show file tree
Hide file tree
Showing 12 changed files with 6,486 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gramps/plugins/view/geography.gpr.py
Expand Up @@ -134,7 +134,7 @@
category = ("Geography", _("Geography")),
viewclass = 'GeoMoves',
#order = START,
stock_icon = 'geo-show-family',
stock_icon = 'geo-show-family-down',
)

register(VIEW,
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/view/geomoves.py
Expand Up @@ -244,7 +244,7 @@ def get_stock(self):
This assumes that this icon has already been registered
as a stock icon.
"""
return 'geo-show-family'
return 'geo-show-family-down'

def get_viewtype_stock(self):
"""Type of view in category
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hicolor/16x16/actions/geo-show-family-up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 557c1c7

Please sign in to comment.