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:
@@ -188,7 +188,7 @@ def draw(layout, context, context_member, property_type, use_edit=True):
|
||||
if not is_rna:
|
||||
props = row.operator("wm.properties_edit", text="Edit")
|
||||
assign_props(props, val_draw, key)
|
||||
props = row.operator("wm.properties_remove", text="", icon='ZOOMOUT')
|
||||
props = row.operator("wm.properties_remove", text="", icon='REMOVE')
|
||||
assign_props(props, val_draw, key)
|
||||
else:
|
||||
row.label(text="API Defined")
|
||||
|
Reference in New Issue
Block a user