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:
authorJulian Eisel <eiseljulian@gmail.com>2019-09-20 17:16:09 +0300
committerJulian Eisel <eiseljulian@gmail.com>2019-09-20 17:20:44 +0300
commitf0ec7c2ec6ed97d3951364dfb59b144e15ecd33b (patch)
tree86d37cdd908a02c30e4be22473b094c673538ace
parentc460b7e0c69e233f4b8dbdb8b12cb96a63e1ca94 (diff)
UI: Use vertical file list for "Recover Auto Save"
Pablo and William agreed that the main purpose of the layout should be to list files in a way that it's easy see which files were created/modified when. Previously it was set to "Long List" to show the modification time, now the vertical list is much better suited. The time is shown anyway.
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 561300ab7b9..f96a8c3d7fd 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -2515,7 +2515,7 @@ void WM_OT_recover_auto_save(wmOperatorType *ot)
FILE_BLENDER,
FILE_OPENFILE,
WM_FILESEL_FILEPATH,
- FILE_HORIZONTALDISPLAY,
+ FILE_VERTICALDISPLAY,
FILE_SORT_TIME);
}