From c275a00a7232cc0a4e9b8410e2395c1588170a2c Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 16 Oct 2020 15:50:15 -0500 Subject: UI: Align related properties The start and end frame properties are generally aligned in one block. --- source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c b/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c index b1c35452733..9e8d4687979 100644 --- a/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c +++ b/source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c @@ -233,7 +233,7 @@ static void custom_range_panel_draw(const bContext *UNUSED(C), Panel *panel) uiLayoutSetActive( layout, (mode != GP_TIME_MODE_FIX) && (RNA_boolean_get(ptr, "use_custom_frame_range"))); - col = uiLayoutColumn(layout, false); + col = uiLayoutColumn(layout, true); uiItemR(col, ptr, "frame_start", 0, IFACE_("Frame Start"), ICON_NONE); uiItemR(col, ptr, "frame_end", 0, IFACE_("End"), ICON_NONE); } -- cgit v1.2.3