Icons: use newly added icons

This commit is contained in:
William Reynish
2018-11-22 15:31:19 +11:00
committed by Campbell Barton
parent 27bbf19af8
commit dcf4bf8db9
16 changed files with 49 additions and 49 deletions

View File

@@ -1210,8 +1210,8 @@ class USERPREF_PT_addons(Panel):
_support_icon_mapping = {
'OFFICIAL': 'FILE_BLEND',
'COMMUNITY': 'POSE_DATA',
'TESTING': 'MOD_EXPLODE',
'COMMUNITY': 'COMUNITY',
'TESTING': 'EXPERIMENTAL',
}
@classmethod
@@ -1354,7 +1354,7 @@ class USERPREF_PT_addons(Panel):
row.operator(
"wm.addon_expand",
icon='TRIA_DOWN' if info["show_expanded"] else 'TRIA_RIGHT',
icon='DISCLOSURE_TRI_DOWN' if info["show_expanded"] else 'DISCLOSURE_TRI_RIGHT',
emboss=False,
).module = module_name