Interface / Template lists:
* Make the gap for the filtering options slightly bigger, so 1 row doesn't look so cluttered. * Default Render Layer and Particle System list in the Properties Editor to 1 row as well, to save space.
This commit is contained in:
@@ -98,7 +98,7 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, Panel):
|
||||
row = layout.row()
|
||||
|
||||
row.template_list("UI_UL_list", "particle_systems", ob, "particle_systems",
|
||||
ob.particle_systems, "active_index", rows=2)
|
||||
ob.particle_systems, "active_index", rows=1)
|
||||
|
||||
col = row.column(align=True)
|
||||
col.operator("object.particle_system_add", icon='ZOOMIN', text="")
|
||||
|
||||
Reference in New Issue
Block a user