[Bf-blender-cvs] [8f8205584d8] blender2.8: UI: Make NLA header consistent with dopesheet

Dalai Felinto noreply at git.blender.org
Wed Jun 13 15:07:29 CEST 2018


Commit: 8f8205584d8e64749410b5868771291eb4c14b4c
Author: Dalai Felinto
Date:   Wed Jun 13 15:07:02 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8f8205584d8e64749410b5868771291eb4c14b4c

UI: Make NLA header consistent with dopesheet

===================================================================

M	release/scripts/startup/bl_ui/space_nla.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 2f1c1d8325e..607e2d28d0f 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -39,6 +39,7 @@ class NLA_HT_header(Header):
 
         dopesheet_filter(layout, context)
 
+        layout.separator_spacer()
         layout.prop(st, "auto_snap", text="")



More information about the Bf-blender-cvs mailing list