From 85f717fcdacd80553fb5cccac3ab6f5032f01fc2 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 19 Jun 2018 18:54:34 +0200 Subject: UI: tweak sequencer color space position, it's not related to display device. --- release/scripts/startup/bl_ui/properties_scene.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_scene.py') diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py index 9c5cf3a4d6d..2ee1c156935 100644 --- a/release/scripts/startup/bl_ui/properties_scene.py +++ b/release/scripts/startup/bl_ui/properties_scene.py @@ -262,7 +262,6 @@ class SCENE_PT_color_management(SceneButtonsPanel, Panel): col = layout.column() col.prop(scene.display_settings, "display_device") - col.prop(scene.sequencer_colorspace_settings, "name", text="Sequencer Color Space") col.separator() @@ -272,6 +271,10 @@ class SCENE_PT_color_management(SceneButtonsPanel, Panel): col.prop(view, "gamma") col.prop(view, "look") + col.separator() + + col.prop(scene.sequencer_colorspace_settings, "name", text="Sequencer Color Space") + class SCENE_PT_color_management_curves(SceneButtonsPanel, Panel): bl_label = "Use Curves" -- cgit v1.2.3