[Bf-blender-cvs] [5543572cd2a] master: Cleanup: remove unnecessary space at end of label

Adrian Newton noreply at git.blender.org
Mon Mar 9 17:12:08 CET 2020


Commit: 5543572cd2a6f68db1da5583d0b3c04f614f4d48
Author: Adrian Newton
Date:   Mon Mar 9 16:49:59 2020 +0100
Branches: master
https://developer.blender.org/rB5543572cd2a6f68db1da5583d0b3c04f614f4d48

Cleanup: remove unnecessary space at end of label

Differential Revision: https://developer.blender.org/D7070

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 7eb173c88bb..f1dd6a1c890 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -639,7 +639,7 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, Panel):
         col.separator()
 
         col.prop(part, "phase_factor", slider=True)
-        col.prop(part, "phase_factor_random", text="Randomize Phase ", slider=True)
+        col.prop(part, "phase_factor_random", text="Randomize Phase", slider=True)
 
         if part.type != 'HAIR':
             col.prop(part, "use_dynamic_rotation")



More information about the Bf-blender-cvs mailing list