[Bf-blender-cvs] [f091b0fad5d] userpref_redesign: Move interface item back to top

Julian Eisel noreply at git.blender.org
Sat Nov 24 01:49:25 CET 2018


Commit: f091b0fad5d1bfe27c58c235294c86915fbc8d35
Author: Julian Eisel
Date:   Sat Nov 24 01:38:10 2018 +0100
Branches: userpref_redesign
https://developer.blender.org/rBf091b0fad5d1bfe27c58c235294c86915fbc8d35

Move interface item back to top

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

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

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 914c109eea9..8a49a7a3ea9 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4926,8 +4926,8 @@ void RNA_def_userdef(BlenderRNA *brna)
 
 	static const EnumPropertyItem user_pref_sections[] = {
 		{0, "", ICON_USER, "User Preferences", ""},
-		{USER_SECTION_EDIT, "EDITING", 0, "Editing", ""},
 		{USER_SECTION_INTERFACE, "INTERFACE", 0, "Interface", ""},
+		{USER_SECTION_EDIT, "EDITING", 0, "Editing", ""},
 		{USER_SECTION_INPUT, "INPUT", 0, "Input", ""},
 		{USER_SECTION_ADDONS, "ADDONS", 0, "Add-ons", ""},
 		{USER_SECTION_THEME, "THEMES", 0, "Themes", ""},



More information about the Bf-blender-cvs mailing list