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.
This commit is contained in:
Julian Eisel 2019-09-20 16:16:09 +02:00
parent c460b7e0c6
commit f0ec7c2ec6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}