remove icon_only option for snap target option in header to make the button wider. Now it's a bit too wide, but at least it can be read.

This commit is contained in:
2009-12-02 01:38:54 +00:00
parent 4913f415cc
commit fd69360fd2

View File

@@ -76,7 +76,7 @@ class VIEW3D_HT_header(bpy.types.Header):
row.prop(toolsettings, "snap", text="")
row.prop(toolsettings, "snap_element", text="", icon_only=True)
if toolsettings.snap_element != 'INCREMENT':
row.prop(toolsettings, "snap_target", text="", icon_only=True)
row.prop(toolsettings, "snap_target", text="")
if obj and obj.mode == 'OBJECT':
row.prop(toolsettings, "snap_align_rotation", text="")
if toolsettings.snap_element == 'VOLUME':