Skip to content

Commit

Permalink
Workflow improvements - Mesh Tools - Make Extrude dropdown a menu wit…
Browse files Browse the repository at this point in the history
…h a smaller button in Icon mode
  • Loading branch information
ReinerBforartists committed Mar 22, 2018
1 parent 1f42edf commit 5482f3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/scripts/startup/bl_ui/space_view3d_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,10 @@ def draw(self, context):

col = layout.column(align=False)
col.label(text="Add:")
col.menu("VIEW3D_MT_edit_mesh_extrude")

row = col.row(align=False)
row.alignment = 'LEFT'
row.menu("VIEW3D_MT_edit_mesh_extrude", text = "", icon = "EXTRUDE_REGION")

col.separator()

Expand Down

0 comments on commit 5482f3d

Please sign in to comment.