[Bf-blender-cvs] [ef7c6979328] filebrowser_redesign: Show both size and date column by default

Julian Eisel noreply at git.blender.org
Thu Jul 25 00:26:08 CEST 2019


Commit: ef7c6979328ae72810ae0ce3e915b793714c8708
Author: Julian Eisel
Date:   Wed Jul 24 21:34:31 2019 +0200
Branches: filebrowser_redesign
https://developer.blender.org/rBef7c6979328ae72810ae0ce3e915b793714c8708

Show both size and date column by default

===================================================================

M	source/blender/editors/space_file/filesel.c

===================================================================

diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index 8503cabfdc7..a29effce920 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -100,7 +100,7 @@ short ED_fileselect_set_params(SpaceFile *sfile)
     /* set the default thumbnails size */
     sfile->params->thumbnail_size = 128;
     /* Show size column by default. */
-    sfile->params->details_flags = FILE_DETAILS_SIZE;
+    sfile->params->details_flags = FILE_DETAILS_SIZE | FILE_DETAILS_DATETIME;
   }
 
   params = sfile->params;



More information about the Bf-blender-cvs mailing list