GP: Remove material submenu icons
The icons made too heavy for the UI
This commit is contained in:
@@ -39,8 +39,8 @@ class GPENCIL_MT_color_specials(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("gpencil.stroke_lock_color", icon='BORDER_RECT', text="Lock Unselected")
|
||||
layout.operator("gpencil.lock_layer", icon='COLOR', text="Lock Unused")
|
||||
layout.operator("gpencil.stroke_lock_color", text="Lock Unselected")
|
||||
layout.operator("gpencil.lock_layer", text="Lock Unused")
|
||||
|
||||
|
||||
class GPENCIL_UL_matslots(UIList):
|
||||
|
||||
Reference in New Issue
Block a user