Commit: c9c933ac812e0f8b780f1876f36a440af195327b
Author: Sybren A. Stüvel
Date:   Fri Sep 16 18:21:20 2016 +0200
Branches: master
https://developer.blender.org/rBc9c933ac812e0f8b780f1876f36a440af195327b

Pose Library pose list: Default to 5 rows to match the new up/down buttons

The buttons now nicely align with the pose list itself.

===================================================================

M       release/scripts/startup/bl_ui/properties_data_armature.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py 
b/release/scripts/startup/bl_ui/properties_data_armature.py
index 54942af..8261f0c 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -181,7 +181,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
             # list of poses in pose library
             row = layout.row()
             row.template_list("UI_UL_list", "pose_markers", poselib, 
"pose_markers",
-                              poselib.pose_markers, "active_index", rows=3)
+                              poselib.pose_markers, "active_index", rows=5)
 
             # column of operators for active pose
             # - goes beside list

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to