GP: Remove add/delete buttons from topbar material popover

This commit is contained in:
Antonio Vazquez 2018-09-28 14:01:36 +02:00
parent b880c13c3a
commit 9e8c0d061c
1 changed files with 0 additions and 3 deletions

View File

@ -1641,9 +1641,6 @@ class TOPBAR_PT_gpencil_materials(Panel):
row.template_list("GPENCIL_UL_matslots", "", ob, "material_slots", ob, "active_material_index", rows=rows)
col = row.column(align=True)
col.operator("object.material_slot_add", icon='ZOOMIN', text="")
col.operator("object.material_slot_remove", icon='ZOOMOUT', text="")
col.menu("GPENCIL_MT_color_specials", icon='DOWNARROW_HLT', text="")
if is_sortable: