GPencil: Move Autofit parameter from topbar to advanced panel

As this is used only in corner cases, it is better keep in advanced panel.

Also renamed to "Limit to Viewport"
This commit is contained in:
2021-02-11 15:55:33 +01:00
parent 18ac37a39b
commit 4f8bc3e35c
3 changed files with 7 additions and 8 deletions

View File

@@ -1223,8 +1223,6 @@ def brush_basic_gpencil_paint_settings(layout, context, brush, *, compact=False)
row.prop(gp_settings, "fill_leak", text="Leak Size")
row = layout.row(align=True)
row.prop(brush, "size", text="Thickness")
row = layout.row(align=True)
row.prop(gp_settings, "use_fill_autofit", text="", icon="SNAP_FACE_CENTER")
else: # brush.gpencil_tool == 'DRAW/TINT':
row = layout.row(align=True)