Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-09-07 18:16:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-07 18:18:51 +0300
commitd5642584cde8a16e1afe61f95fdc18f2ea2fc633 (patch)
tree2de63f72cd49253f43ef587f4ccc20a2f3a6dab9 /source/blender/editors/interface/interface_templates.c
parentb380a98887b675ba6c8b238dcb470d2bf3440d91 (diff)
Fix redo panel button alignment
Menu's in the redo panel left a space for decorators.
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 242a1204a6c..aac018db24e 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -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(