GPencil: Fix typo error

This commit is contained in:
Antonio Vazquez 2020-03-13 13:08:45 +01:00
parent 4326d162ba
commit 48e0af52e6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
def FX_BLUR(self, layout, fx):
layout.prop(fx, "use_dof_mode", text="Use as Depth Of Field")
layout.prop(fx, "use_dof_mode", text="Use Depth of Field")
layout.separator()
col = layout.column()