Commit: 6a673b60005ce1bffbed4edfc4e8f32efe50c581
Author: Pablo Vazquez
Date:   Sun Jul 25 23:57:32 2021 +0200
Branches: master
https://developer.blender.org/rB6a673b60005ce1bffbed4edfc4e8f32efe50c581

UI: Fix button alignment on Grease Pencil modifiers

===================================================================

M       source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.c

===================================================================

diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.c 
b/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.c
index a79e212b9db..e750c22f0e8 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencil_ui_common.c
@@ -346,7 +346,7 @@ static void gpencil_modifier_panel_header(const bContext 
*UNUSED(C), Panel *pane
   uiItemMenuF(row, "", ICON_DOWNARROW_HLT, gpencil_modifier_ops_extra_draw, 
md);
 
   /* Remove button. */
-  sub = uiLayoutRow(row, true);
+  sub = uiLayoutRow(row, false);
   uiLayoutSetEmboss(sub, UI_EMBOSS_NONE);
   uiItemO(sub, "", ICON_X, "OBJECT_OT_gpencil_modifier_remove");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to