Fix error in recent UI changes

Image file is meant to be next to the directory in the Source panel.
This commit is contained in:
2019-06-22 10:46:33 +10:00
parent b555e07585
commit 90cb821e23

View File

@@ -1079,7 +1079,7 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, Panel):
elem = strip.strip_elem_from_frame(scene.frame_current)
if elem:
layout.prop(elem, "filename", text="") # strip.elements[0] could be a fallback
col.prop(elem, "filename", text="") # strip.elements[0] could be a fallback
col.prop(strip.colorspace_settings, "name", text="Color Space")