GPencil: Fix UI typo
This commit is contained in:
@@ -98,7 +98,7 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
|
||||
|
||||
layout.prop(fx, "rim_color")
|
||||
layout.prop(fx, "mask_color")
|
||||
layout.prop(fx, "mode")
|
||||
layout.prop(fx, "mode", text="Blend")
|
||||
layout.prop(fx, "blur")
|
||||
layout.prop(fx, "samples")
|
||||
|
||||
@@ -114,7 +114,7 @@ class DATA_PT_shader_fx(ShaderFxButtonsPanel, Panel):
|
||||
layout.prop(fx, "samples")
|
||||
|
||||
layout.separator()
|
||||
layout.prop(fx, "use_object", text="Use Object As Pivot")
|
||||
layout.prop(fx, "use_object", text="Use Object as Pivot")
|
||||
if fx.use_object:
|
||||
row = layout.row()
|
||||
row.prop(fx, "object", text="Object")
|
||||
|
Reference in New Issue
Block a user