[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59499] trunk/blender/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 .

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Aug 25 18:29:10 CEST 2013


Revision: 59499
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59499
Author:   kjym3
Date:     2013-08-25 16:29:10 +0000 (Sun, 25 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:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_freestyle.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_freestyle.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_freestyle.py	2013-08-25 16:28:48 UTC (rev 59498)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_freestyle.py	2013-08-25 16:29:10 UTC (rev 59499)
@@ -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