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>2018-09-20 00:11:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-20 00:15:45 +0300
commit87b628db2ace4f4e2058a756d561080c1a926503 (patch)
treee28508bdb054d9a53879304a483e910d1d080d53 /release
parent73ac72fa89a2a54d18b806cc4f28392c954ee13e (diff)
Cleanup: style
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 18104468577..528e1a5f336 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -2555,7 +2555,7 @@ class WM_MT_splash(Menu):
split = layout.split(factor=0.25)
split.label()
- split = split.split(factor=2.0/3.0)
+ split = split.split(factor=2.0 / 3.0)
col = split.column()
@@ -2572,7 +2572,7 @@ class WM_MT_splash(Menu):
# We need to make switching to a language easier first
#sub = col.column(align=False)
- #sub.label(text="Language:")
+ # sub.label(text="Language:")
#userpref = context.user_preferences
#sub.prop(userpref.system, "language", text="")