UI: Fix button alignment on Grease Pencil modifiers

This commit is contained in:
Pablo Vazquez 2021-07-25 23:57:32 +02:00
parent 8fda1f363a
commit 6a673b6000
1 changed files with 1 additions and 1 deletions

View File

@ -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");