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_material.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_material.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_material.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index 75cdd2d68c6..2b298c560c7 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -98,7 +98,7 @@ class EEVEE_MATERIAL_PT_context_material(MaterialButtonsPanel, Panel):
if ob:
is_sortable = len(ob.material_slots) > 1
- rows = 1
+ rows = 2
if (is_sortable):
rows = 4