== 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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user