From 2b6cbc8c43382d49d2bfcb9c0362ac6946ee618b Mon Sep 17 00:00:00 2001 From: Antonioya Date: Thu, 27 Sep 2018 22:05:32 +0200 Subject: [PATCH] GP: Remove material submenu icons The icons made too heavy for the UI --- release/scripts/startup/bl_ui/properties_material_gpencil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py index 933449c5adb..a2056178a6a 100644 --- a/release/scripts/startup/bl_ui/properties_material_gpencil.py +++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py @@ -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):