Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-01-04 16:03:46 +0400
committerThomas Dinges <blender@dingto.org>2014-01-04 16:03:46 +0400
commit6063c58cc6d1e82d2288e0aa99846ab8ccd0228b (patch)
tree1fa92c4d2a82923093a728a3fc1a237bf7264356 /release
parent6734936c13b379e299bfb45915a99b605ae450c6 (diff)
UI / 3D Toolbar: Animation panel had a too large gap at the top.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index d95b03ecb80..0e3aecb41dc 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -195,8 +195,6 @@ class VIEW3D_PT_tools_animation(View3DPanel, Panel):
def draw(self, context):
layout = self.layout
- col = layout.column(align=True)
-
draw_keyframing_tools(context, layout)
col = layout.column(align=True)