FileBrowser: Add an 'hidden file' icon, and use it instead of named checkbox for 'show hidden' param.
This commit is contained in:
@@ -55,7 +55,7 @@ class FILEBROWSER_HT_header(Header):
|
||||
layout.prop(params, "display_type", expand=True, text="")
|
||||
layout.prop(params, "sort_method", expand=True, text="")
|
||||
|
||||
layout.prop(params, "show_hidden")
|
||||
layout.prop(params, "show_hidden", text="", icon='FILE_HIDDEN')
|
||||
layout.prop(params, "use_filter", text="", icon='FILTER')
|
||||
|
||||
row = layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user