Revision: 48830
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48830
Author:   nazgul
Date:     2012-07-11 10:41:26 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
Minor interface change: space between vertex group specials menu and up/down 
buttons

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py 
2012-07-11 10:39:08 UTC (rev 48829)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py 
2012-07-11 10:41:26 UTC (rev 48830)
@@ -151,6 +151,7 @@
         col.operator("object.vertex_group_remove", icon='ZOOMOUT', text="")
         col.menu("MESH_MT_vertex_group_specials", icon='DOWNARROW_HLT', 
text="")
         if group:
+            col.separator()
             col.operator("object.vertex_group_move", icon='TRIA_UP', 
text="").direction = 'UP'
             col.operator("object.vertex_group_move", icon='TRIA_DOWN', 
text="").direction = 'DOWN'
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to