Merge branch 'blender-v2.92-release'

This commit is contained in:
Hans Goudey 2021-01-26 11:56:08 -06:00
commit 3d7d0f1f2e
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ class TIME_MT_editor_menus(Menu):
text="Keying",
)
# Add a separator to keep the popover button from aligning with the menu button.
sub.separator(factor=0.4)
if horizontal:
sub = row.row(align=True)