From 96e6d12c533766e3f2d592d150329bd439528035 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 23 Jan 2016 02:08:23 +1300 Subject: UI Tweak: Rename labels to be easier to read with typical panel widths --- release/scripts/startup/bl_ui/properties_data_bone.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/release/scripts/startup/bl_ui/properties_data_bone.py b/release/scripts/startup/bl_ui/properties_data_bone.py index abf62da3313..1fc63b2554a 100644 --- a/release/scripts/startup/bl_ui/properties_data_bone.py +++ b/release/scripts/startup/bl_ui/properties_data_bone.py @@ -375,11 +375,11 @@ class BONE_PT_deform(BoneButtonsPanel, Panel): sub.prop(bone, "bbone_rollin", text="Roll In") sub.prop(bone, "bbone_rollout", text="Roll Out") - sub.label(text="Curve XY:") - sub.prop(bone, "bbone_curveinx", text="Roll Curve in X") - sub.prop(bone, "bbone_curveiny", text="Roll Curve in Y") - sub.prop(bone, "bbone_curveoutx", text="Roll Curve out X") - sub.prop(bone, "bbone_curveouty", text="Roll Curve out Y") + sub.label(text="Curve XY Roll:") + sub.prop(bone, "bbone_curveinx", text="In X") + sub.prop(bone, "bbone_curveiny", text="In Y") + sub.prop(bone, "bbone_curveoutx", text="Out X") + sub.prop(bone, "bbone_curveouty", text="Out Y") sub.label(text="Scale In/Out:") sub.prop(bone, "bbone_scalein", text="Scale In") -- cgit v1.2.3