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:
authorJoshua Leung <aligorith@gmail.com>2018-04-23 13:01:59 +0300
committerJoshua Leung <aligorith@gmail.com>2018-04-23 13:01:59 +0300
commitcd289f6ea5bb56115d8482aacaba65a98b658efc (patch)
tree5c0afe464fdb1c8902633cbe9926558fbc9d081e /release/scripts/startup/bl_ui/space_graph.py
parentfdf5834b444de90507bdc67e979e42fcfecc6bd6 (diff)
UI Tweak: Bring Graph Editor's mode selector left of the menus, as is now done for Dopesheet
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index e2407f1f2b2..219043d0467 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -36,10 +36,10 @@ class GRAPH_HT_header(Header):
row = layout.row(align=True)
row.template_header()
- GRAPH_MT_editor_menus.draw_collapsible(context, layout)
-
layout.prop(st, "mode", text="")
+ GRAPH_MT_editor_menus.draw_collapsible(context, layout)
+
dopesheet_filter(layout, context)
row = layout.row(align=True)