Fix Cycles material slots list being too short

Bring it in line with Eevee.

Differential Revision: https://developer.blender.org/D11982
This commit is contained in:
Romain Toumi 2021-08-02 19:54:04 +02:00 committed by Brecht Van Lommel
parent ae920d789e
commit 10b9621079
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ class CYCLES_PT_context_material(CyclesButtonsPanel, Panel):
if ob:
is_sortable = len(ob.material_slots) > 1
rows = 1
rows = 3
if (is_sortable):
rows = 4