UI: text keyword argument to label
Prepare for keyword only args
This commit is contained in:
@@ -251,7 +251,7 @@ class DATA_PT_camera_dof_aperture(CameraButtonsPanel, Panel):
|
||||
col.prop(dof_options, "ratio")
|
||||
else:
|
||||
col = flow.column()
|
||||
col.label("Viewport")
|
||||
col.label(text="Viewport")
|
||||
col.prop(dof_options, "fstop")
|
||||
col.prop(dof_options, "blades")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user