Fix T77957: Height change in Camera Properties column when changing lens type

Remove unneeded extra column from perspective type properties.

Maniphest Tasks: T77957

Differential Revision: https://developer.blender.org/D8060
This commit is contained in:
2020-06-17 19:23:12 +02:00
parent a5e176a8ed
commit dbf96e6252

View File

@@ -84,7 +84,6 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
col.separator() col.separator()
if cam.type == 'PERSP': if cam.type == 'PERSP':
col = layout.column()
if cam.lens_unit == 'MILLIMETERS': if cam.lens_unit == 'MILLIMETERS':
col.prop(cam, "lens") col.prop(cam, "lens")
elif cam.lens_unit == 'FOV': elif cam.lens_unit == 'FOV':