[Bf-blender-cvs] [0373e300eac] master: UI: use dedicated icons for topbar and statusbar in theme preferences

Yevgeny Makarov noreply at git.blender.org
Sun Mar 1 16:22:33 CET 2020


Commit: 0373e300eac025651132e4f8bc5f6228eeffe8a3
Author: Yevgeny Makarov
Date:   Sun Mar 1 16:09:12 2020 +0100
Branches: master
https://developer.blender.org/rB0373e300eac025651132e4f8bc5f6228eeffe8a3

UI: use dedicated icons for topbar and statusbar in theme preferences

Differential Revision: https://developer.blender.org/D6978

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

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 4b2a512c010..dfa7bf90bb6 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -3708,8 +3708,8 @@ static void rna_def_userdef_themes(BlenderRNA *brna)
       {16, "FILE_BROWSER", ICON_FILEBROWSER, "File Browser", ""},
       {17, "CONSOLE", ICON_CONSOLE, "Python Console", ""},
       {20, "CLIP_EDITOR", ICON_TRACKER, "Movie Clip Editor", ""},
-      {21, "TOPBAR", ICON_NONE, "Top Bar", ""},
-      {22, "STATUSBAR", ICON_NONE, "Status Bar", ""},
+      {21, "TOPBAR", ICON_TOPBAR, "Top Bar", ""},
+      {22, "STATUSBAR", ICON_STATUSBAR, "Status Bar", ""},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list