[Bf-blender-cvs] [80f8b7cbbb5] master: UI: renaming fIle browser thumbnail sizes Rename the thumbnail size from Regular to Medium since it's the typical way to refer to sizing in American English

Daniel Salazar noreply at git.blender.org
Sat Jul 9 10:09:56 CEST 2022


Commit: 80f8b7cbbb562c6967ba81c76027a984cd9cd9b6
Author: Daniel Salazar
Date:   Sat Jul 9 02:06:32 2022 -0600
Branches: master
https://developer.blender.org/rB80f8b7cbbb562c6967ba81c76027a984cd9cd9b6

UI: renaming fIle browser thumbnail sizes
Rename the thumbnail size from Regular to Medium since it's the typical
way to refer to sizing in American English

Reviewed By: Campbell Barton
Differential Revision: https://developer.blender.org/D15305

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 969d1f2075e..e67d840eeac 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -6585,7 +6585,7 @@ static void rna_def_fileselect_params(BlenderRNA *brna)
   static const EnumPropertyItem display_size_items[] = {
       {64, "TINY", 0, "Tiny", ""},
       {96, "SMALL", 0, "Small", ""},
-      {128, "NORMAL", 0, "Regular", ""},
+      {128, "NORMAL", 0, "Medium", ""},
       {192, "LARGE", 0, "Large", ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list