Fix redo panel button alignment

Menu's in the redo panel left a space for decorators.
This commit is contained in:
Campbell Barton 2019-09-08 01:16:04 +10:00
parent b380a98887
commit d5642584cd
1 changed files with 1 additions and 0 deletions

View File

@ -6069,6 +6069,7 @@ eAutoPropButsReturn uiTemplateOperatorPropertyButs(const bContext *C,
RNA_pointer_create(&wm->id, op->type->srna, op->properties, &ptr);
uiLayoutSetPropSep(layout, true);
uiLayoutSetPropDecorate(layout, false);
/* main draw call */
return_info = uiDefAutoButsRNA(