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:
authorHans Goudey <h.goudey@me.com>2021-01-26 20:56:08 +0300
committerHans Goudey <h.goudey@me.com>2021-01-26 20:56:08 +0300
commit3d7d0f1f2ef7c2e0a67308f6f18c6f18a7c4d798 (patch)
tree360360cf1ea38fcf2a014cb0ef7b44ad98a7f172 /release
parent60d85a3e6037d005dc1c423522bdcb3b62ce2d77 (diff)
parenta6016bf5af95ab9f7a7b75a0d129555be12d3f8b (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_time.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_time.py b/release/scripts/startup/bl_ui/space_time.py
index 3b9ce5311f3..774e2938deb 100644
--- a/release/scripts/startup/bl_ui/space_time.py
+++ b/release/scripts/startup/bl_ui/space_time.py
@@ -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)