GP: Add a separartion for leak size in fill panel

This commit is contained in:
2018-09-13 15:40:22 +02:00
parent a2325495f9
commit 3d2f596d94

View File

@@ -1428,6 +1428,7 @@ class VIEW3D_PT_tools_grease_pencil_brush(View3DPanel, Panel):
elif gp_settings.gpencil_brush_type == 'FILL':
col = layout.column(align=True)
col.prop(gp_settings, "gpencil_fill_leak", text="Leak Size")
col.separator()
col.prop(brush, "size", text="Thickness")
col.prop(gp_settings, "gpencil_fill_simplyfy_level", text="Simplify")