UI: tweak sequencer color space position, it's not related to display device.

This commit is contained in:
Brecht Van Lommel 2018-06-19 18:54:34 +02:00
parent 44611ab860
commit 85f717fcda
1 changed files with 4 additions and 1 deletions

View File

@ -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"