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>2013-04-10 06:58:22 +0400
committerThomas Dinges <blender@dingto.org>2013-04-10 06:58:22 +0400
commita963e7ae4245f2ab393bd1f78ec6ea00fd4c7ef2 (patch)
tree26bc817ac14ae4c70dc73312aee87deb9194f126 /release
parent650c3115c2a8407abbff168d89e663d4aa005ac9 (diff)
Code cleanup.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index 0f41767ae5e..73ce26cc9e3 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -60,8 +60,7 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
row.active = (rd.line_thickness_mode == 'ABSOLUTE')
row.prop(rd, "line_thickness")
- split = layout.split()
- split.label(text="Line style settings are found in the Render Layers context")
+ layout.label(text="Line style settings are found in the Render Layers context")
# Render layer properties