VSE: Fix truncated label
Label for snapping current frame to strips was cut off and not very readable. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D11951
This commit is contained in:
@@ -2294,8 +2294,8 @@ class SEQUENCER_PT_snapping(Panel):
|
|||||||
col.prop(sequencer_tool_settings, "snap_ignore_muted", text="Muted Strips")
|
col.prop(sequencer_tool_settings, "snap_ignore_muted", text="Muted Strips")
|
||||||
col.prop(sequencer_tool_settings, "snap_ignore_sound", text="Sound Strips")
|
col.prop(sequencer_tool_settings, "snap_ignore_sound", text="Sound Strips")
|
||||||
|
|
||||||
col = layout.column()
|
col = layout.column(heading="Current Frame", align=True)
|
||||||
col.prop(sequencer_tool_settings, "use_snap_current_frame_to_strips")
|
col.prop(sequencer_tool_settings, "use_snap_current_frame_to_strips", text="Snap to Strips")
|
||||||
|
|
||||||
|
|
||||||
classes = (
|
classes = (
|
||||||
|
Reference in New Issue
Block a user