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.
This commit is contained in:
Sybren A. Stüvel 2016-09-16 18:21:20 +02:00
parent 634508ca3f
commit c9c933ac81
1 changed files with 1 additions and 1 deletions

View File

@ -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