From 83c9b8086710547a1e39af6d8382509dc4214ab0 Mon Sep 17 00:00:00 2001 From: Jonathan Williamson Date: Fri, 3 Jan 2014 14:56:57 -0600 Subject: Fix alignment of Grease Pencil options. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 7b23255d5d6..873714205a9 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -57,7 +57,6 @@ def draw_gpencil_tools(context, layout): row = col.row(align=True) row.operator("gpencil.draw", text="Draw").mode = 'DRAW' row.operator("gpencil.draw", text="Line").mode = 'DRAW_STRAIGHT' - row.separator() row = col.row(align=True) row.operator("gpencil.draw", text="Poly").mode = 'DRAW_POLY' row.operator("gpencil.draw", text="Erase").mode = 'ERASER' -- cgit v1.2.3