Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 20:09:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-09 19:56:54 +0300
commit96cb6c06685869cc76ba23155b63a91227a50629 (patch)
tree1c931bf9495086725182bad2434e20e632642b94 /system_property_chart.py
parent9a578cb56610e7f7ec8c9349b77c9cd970b17c8d (diff)
Update for new icon set.
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 028786c9..3fc5ff13 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -179,8 +179,8 @@ def _property_chart_draw(self, context):
col.label(text="Properties")
row = col.row(align=True)
row.menu("SCENE_MT_properties_presets", text=bpy.types.SCENE_MT_properties_presets.bl_label)
- row.operator("scene.properties_preset_add", text="", icon="ZOOMIN")
- row.operator("scene.properties_preset_add", text="", icon="ZOOMOUT").remove_active = True
+ row.operator("scene.properties_preset_add", text="", icon='ADD')
+ row.operator("scene.properties_preset_add", text="", icon='REMOVE').remove_active = True
# edit the display props
col.prop(id_storage, self._PROP_STORAGE_ID, text="")