UI: tweak sequencer color space position, it's not related to display device.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user