[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59567] branches/soc-2013-paint/release/ scripts/startup/bl_ui/properties_freestyle.py: Partial revert of UI appearance changes in r52778 in the Strokes tab of the Freestyle Line Style panel .

Antony Riakiotakis kalast at gmail.com
Tue Aug 27 21:26:07 CEST 2013


Revision: 59567
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59567
Author:   psy-fi
Date:     2013-08-27 19:26:07 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
Partial revert of UI appearance changes in r52778 in the Strokes tab of the Freestyle Line Style panel.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52778

Modified Paths:
--------------
    branches/soc-2013-paint/release/scripts/startup/bl_ui/properties_freestyle.py

Modified: branches/soc-2013-paint/release/scripts/startup/bl_ui/properties_freestyle.py
===================================================================
--- branches/soc-2013-paint/release/scripts/startup/bl_ui/properties_freestyle.py	2013-08-27 19:26:03 UTC (rev 59566)
+++ branches/soc-2013-paint/release/scripts/startup/bl_ui/properties_freestyle.py	2013-08-27 19:26:07 UTC (rev 59567)
@@ -576,7 +576,7 @@
             # End of columns
             row = layout.row(align=True)
             row.prop(linestyle, "use_split_pattern", text="")
-            sub = row.row()
+            sub = row.row(align=True)
             sub.active = linestyle.use_split_pattern
             sub.prop(linestyle, "split_dash1", text="D1")
             sub.prop(linestyle, "split_gap1", text="G1")
@@ -612,7 +612,7 @@
             layout.label(text="Dashed Line:")
             row = layout.row(align=True)
             row.prop(linestyle, "use_dashed_line", text="")
-            sub = row.row()
+            sub = row.row(align=True)
             sub.active = linestyle.use_dashed_line
             sub.prop(linestyle, "dash1", text="D1")
             sub.prop(linestyle, "gap1", text="G1")




More information about the Bf-blender-cvs mailing list