Fix T73176: No options for Centre Action Safe Margins

This commit is contained in:
Campbell Barton 2020-01-17 19:27:05 +11:00
parent 554f861ac1
commit f60d97d426
Notes: blender-bot 2023-02-14 09:21:21 +01:00
Referenced by issue #73176, No options for Centre Action Safe Margins
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ class DATA_PT_camera_safe_areas_center_cut(CameraButtonsPanel, Panel):
col = layout.column()
col.prop(safe_data, "title_center", slider=True)
col.prop(safe_data, "action_center", slider=True)
class DATA_PT_custom_props_camera(CameraButtonsPanel, PropertyPanel, Panel):