Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Vazquez <venomgfx@gmail.com>2018-06-18 13:20:58 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-06-18 13:21:17 +0300
commit5e47f365e1e743ca1cc86e9f1dad936d5ce7e93a (patch)
tree275eb06adb75e2a6e33c98f096d50d8ceaff4b76 /release/scripts/startup/bl_ui/properties_particle.py
parentd5ec62a0c3a489d94d77854b563f7c42a5a9d174 (diff)
UI: Start UIList with 2 rows for materials/particles
There is room for it anyway because of the 3 buttons on the right.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_particle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 1e08b8e4b46..76e490ad07a 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -150,7 +150,7 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, Panel):
row = layout.row()
row.template_list("PARTICLE_UL_particle_systems", "particle_systems", ob, "particle_systems",
- ob.particle_systems, "active_index", rows=1)
+ ob.particle_systems, "active_index", rows=2)
col = row.column(align=True)
col.operator("object.particle_system_add", icon='ZOOMIN', text="")