UI: new icon set by Andrzej Ambroz.
This is a monochrome icon set, with a more modern look and icons for various features that did not have a proper icon before.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user