Fix: Text Location lost X/Y text

Use PROP_XYZ instead, and user Slider=True to make them display as sliders in the UI
This commit is contained in:
William Reynish
2019-06-27 11:15:56 +02:00
parent c93af8529d
commit 1c60f30d04
2 changed files with 2 additions and 2 deletions

View File

@@ -1054,7 +1054,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
col.prop(strip, "align_x", text="Horizontal")
col.prop(strip, "align_y", text="Vertical")
row = col.row(align=True)
row.prop(strip, "location", text="Location")
row.prop(strip, "location", text="Location", slider=True)
col.prop(strip, "wrap_width")
layout.operator("sequencer.export_subtitles", text="Export Subtitles", icon='EXPORT')