Cleanup: Make format

This commit is contained in:
Jeroen Bakker 2024-01-12 13:49:06 +01:00
parent 814ff41ed5
commit 024e12b53e
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ class GPENCIL_MT_material_context_menu(Menu):
layout.separator()
layout.operator("grease_pencil.material_copy_to_object", text="Copy Material to Selected").only_active = True
layout.operator(
"grease_pencil.material_copy_to_object",
text="Copy Material to Selected").only_active = True
layout.operator("grease_pencil.material_copy_to_object",
text="Copy All Materials to Selected").only_active = False