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:
@@ -393,7 +393,7 @@ const EnumPropertyItem *ED_gpencil_layers_with_new_enum_itemf(
|
||||
item_tmp.identifier = "__CREATE__";
|
||||
item_tmp.name = "New Layer";
|
||||
item_tmp.value = -1;
|
||||
item_tmp.icon = ICON_ZOOMIN;
|
||||
item_tmp.icon = ICON_ADD;
|
||||
RNA_enum_item_add(&item, &totitem, &item_tmp);
|
||||
|
||||
/* separator */
|
||||
|
||||
Reference in New Issue
Block a user