From c9c933ac812e0f8b780f1876f36a440af195327b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Sep 2016 18:21:20 +0200 Subject: 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. --- release/scripts/startup/bl_ui/properties_data_armature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup') diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py index 54942afdb54..8261f0c7770 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 -- cgit v1.2.3