Fix #109086: Center Safe Areas missing parameter

Add the "Center Action Safe Margin" that was missing in VSE UI.

Pull Request: https://projects.blender.org/blender/blender/pulls/109944
This commit is contained in:
Matias Caamaño
2023-07-12 08:28:30 +02:00
committed by Richard Antalik
parent c6adafd8ef
commit 58b34917e5

View File

@@ -2490,6 +2490,7 @@ class SEQUENCER_PT_view_safe_areas_center_cut(SequencerButtonsPanel_Output, Pane
col = layout.column()
col.prop(safe_data, "title_center", slider=True)
col.prop(safe_data, "action_center", slider=True)
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, Panel):