Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_filebrowser.py')
-rw-r--r--release/scripts/startup/bl_ui/space_filebrowser.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_filebrowser.py b/release/scripts/startup/bl_ui/space_filebrowser.py
index 117d90fe031..bd72dfa9370 100644
--- a/release/scripts/startup/bl_ui/space_filebrowser.py
+++ b/release/scripts/startup/bl_ui/space_filebrowser.py
@@ -249,13 +249,13 @@ class FILEBROWSER_PT_advanced_filter(Panel):
classes = (
FILEBROWSER_HT_header,
+ FILEBROWSER_UL_dir,
+ FILEBROWSER_PT_system_folders,
+ FILEBROWSER_PT_system_bookmarks,
FILEBROWSER_MT_bookmarks_specials,
- FILEBROWSER_PT_advanced_filter,
FILEBROWSER_PT_bookmarks,
FILEBROWSER_PT_recent_folders,
- FILEBROWSER_PT_system_bookmarks,
- FILEBROWSER_PT_system_folders,
- FILEBROWSER_UL_dir,
+ FILEBROWSER_PT_advanced_filter,
)
if __name__ == "__main__": # only for live edit.