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:
authorCampbell Barton <ideasman42@gmail.com>2010-06-09 23:12:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-09 23:12:03 +0400
commit1028284301d7a5d45bf968e12bc094e3393e56f9 (patch)
tree0806aa808f0385d119d7058c4bb5d95d173dead6 /release/scripts/ui/space_userpref.py
parente3daab158c1f45f4ee23da0f1b0e5a61bcae3e87 (diff)
pep8, whitespace edits
Diffstat (limited to 'release/scripts/ui/space_userpref.py')
-rw-r--r--release/scripts/ui/space_userpref.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index d0d91c2accf..a55d60eb55c 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -165,11 +165,11 @@ class USERPREF_PT_interface(bpy.types.Panel):
sub.enabled = view.show_mini_axis
sub.prop(view, "mini_axis_size", text="Size")
sub.prop(view, "mini_axis_brightness", text="Brightness")
-
+
col.separator()
col.separator()
col.separator()
-
+
col.label(text="Properties Window:")
col.prop(view, "properties_width_check")
@@ -554,7 +554,7 @@ class USERPREF_PT_theme(bpy.types.Panel):
ui = theme.user_interface.wcol_scroll
col.label(text="Scroll Bar:")
ui_items_general(col, ui)
-
+
ui = theme.user_interface.wcol_progress
col.label(text="Progress Bar:")
ui_items_general(col, ui)
@@ -1227,7 +1227,7 @@ class USERPREF_PT_addons(bpy.types.Panel):
split.operator("wm.url_open", text="Link to the Wiki", icon='HELP').url = info["wiki_url"]
if info["tracker_url"]:
split.operator("wm.url_open", text="Report a Bug", icon='URL').url = info["tracker_url"]
-
+
if info["wiki_url"] and info["tracker_url"]:
split.separator()
else: