[Bf-blender-cvs] [865f5ac1734] greasepencil-object: Fix whitespace error breaking UI

Joshua Leung noreply at git.blender.org
Mon Jun 18 15:14:26 CEST 2018


Commit: 865f5ac1734b7fc6bae97f41f03d7cb92848589c
Author: Joshua Leung
Date:   Tue Jun 19 01:14:23 2018 +1200
Branches: greasepencil-object
https://developer.blender.org/rB865f5ac1734b7fc6bae97f41f03d7cb92848589c

Fix whitespace error breaking UI

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 96ee06c547c..21fb74dcf34 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -553,7 +553,7 @@ class USERPREF_PT_system(Panel):
         col.prop(system, "gpencil_multi_sample", text="")
 
         col.separator()
-		col.label(text="Text Draw Options:")
+        col.label(text="Text Draw Options:")
         col.prop(system, "use_text_antialiasing")
 
         col.separator()



More information about the Bf-blender-cvs mailing list