== filebrowser ==

People had trouble finding the 'Create New Directory' operator button in the file browser. Changed this to show the text as well and make button bigger.
This commit is contained in:
Andrea Weikert
2011-03-16 21:05:24 +00:00
parent 6dda182a76
commit 67c7fa46db

View File

@@ -43,7 +43,7 @@ class FILEBROWSER_HT_header(bpy.types.Header):
row.separator()
row = layout.row(align=True)
row.operator("file.directory_new", text="", icon='NEWFOLDER')
row.operator("file.directory_new", icon='NEWFOLDER')
params = st.params