From 61a28ef7643e50178a1d42d0db41d8eaf732debd Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 24 Nov 2013 15:14:45 +0100 Subject: Interface: Remove some more name fields, not needed anymore with list rename. Also small alignment tweaks to Keying Sets UI, looks better when the 2 columns have the same alignment. --- release/scripts/startup/bl_ui/properties_scene.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'release/scripts/startup/bl_ui/properties_scene.py') diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py index 34143c77998..10574c88abb 100644 --- a/release/scripts/startup/bl_ui/properties_scene.py +++ b/release/scripts/startup/bl_ui/properties_scene.py @@ -106,14 +106,13 @@ class SCENE_PT_keying_sets(SceneButtonsPanel, Panel): row = layout.row() col = row.column() - col.prop(ks, "bl_label") col.prop(ks, "bl_description") subcol = col.column() subcol.operator_context = 'INVOKE_DEFAULT' subcol.operator("anim.keying_set_export", text="Export to File").filepath = "keyingset.py" - col = row.column(align=True) + col = row.column() col.label(text="Keyframing Settings:") col.prop(ks, "bl_options") @@ -169,7 +168,7 @@ class SCENE_PT_keying_set_paths(SceneButtonsPanel, Panel): if ksp.group_method == 'NAMED': col.prop(ksp, "group") - col = row.column(align=True) + col = row.column() col.label(text="Keyframing Settings:") col.prop(ksp, "bl_options") -- cgit v1.2.3