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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 436cf4e4cad..0d2986afb02 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -852,8 +852,8 @@ class IMAGE_PT_render_slots(Panel):
)
col = row.column(align=True)
- col.operator("image.add_render_slot", icon='ZOOMIN', text="")
- col.operator("image.remove_render_slot", icon='ZOOMOUT', text="")
+ col.operator("image.add_render_slot", icon='ADD', text="")
+ col.operator("image.remove_render_slot", icon='REMOVE', text="")
col.separator()