Views: start with treeviews (grouped) as initial views
This makes the loading consistent (prior, either marked start could be first), and also the grouped views are imagined to be the faster loading views.
This commit is contained in:
parent
b601402ea5
commit
65ff7340af
@ -196,7 +196,6 @@ authors = ["The Gramps project"],
|
|||||||
authors_email = ["http://gramps-project.org"],
|
authors_email = ["http://gramps-project.org"],
|
||||||
category = ("People", _("People")),
|
category = ("People", _("People")),
|
||||||
viewclass = 'PersonListView',
|
viewclass = 'PersonListView',
|
||||||
order = START,
|
|
||||||
stock_icon = 'gramps-tree-list',
|
stock_icon = 'gramps-tree-list',
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -212,7 +211,6 @@ authors = ["The Gramps project"],
|
|||||||
authors_email = ["http://gramps-project.org"],
|
authors_email = ["http://gramps-project.org"],
|
||||||
category = ("Places", _("Places")),
|
category = ("Places", _("Places")),
|
||||||
viewclass = 'PlaceListView',
|
viewclass = 'PlaceListView',
|
||||||
order = START,
|
|
||||||
stock_icon = 'gramps-tree-list',
|
stock_icon = 'gramps-tree-list',
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -229,6 +227,7 @@ authors_email = [""],
|
|||||||
category = ("Places", _("Places")),
|
category = ("Places", _("Places")),
|
||||||
viewclass = 'PlaceTreeView',
|
viewclass = 'PlaceTreeView',
|
||||||
stock_icon = 'gramps-tree-group',
|
stock_icon = 'gramps-tree-group',
|
||||||
|
order = START,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(VIEW,
|
register(VIEW,
|
||||||
|
Loading…
Reference in New Issue
Block a user