Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billreynish>2018-10-31 19:30:47 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-31 19:59:00 +0300
commit9fbba61f4b4b95b7f4d9e8c45b3db57dc97fe15d (patch)
treee8d0b29adb730e5841c9e8ba5b6928f0342d67fa /source/blender/editors/space_outliner
parent4b7b1ba114812caaa096ac2994051f8148bea9a5 (diff)
UI: icon set updates by Andrzej Ambroz.
New icons for duplicate, driver types, window, hue/saturation.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index ba8522199c6..19af0371373 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1075,7 +1075,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
data.icon = ICON_MOD_MASK;
break;
case eGpencilModifierType_Color:
- data.icon = ICON_MOD_TINT;
+ data.icon = ICON_MOD_HUE_SATURATION;
break;
case eGpencilModifierType_Lattice:
data.icon = ICON_MOD_LATTICE;