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:
authorMatt Ebb <matt@mke3.net>2006-09-25 11:59:50 +0400
committerMatt Ebb <matt@mke3.net>2006-09-25 11:59:50 +0400
commitaec9f8969c96b1c8d6e48c20c191c2040659c5e8 (patch)
treee5d60df701f5f68c8add25acd67e82a7b108f4f7 /source/blender/src/outliner.c
parent6b775741c09b5d3848aae807bfd438dfa0693ae3 (diff)
* tweak to outliner line colour
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index e5c4797209a..e603ca9c1d8 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -2629,7 +2629,7 @@ static void outliner_draw_tree(SpaceOops *soops)
outliner_draw_selection(soops, &soops->tree, &starty);
// grey hierarchy lines
- BIF_ThemeColorBlend(TH_BACK, TH_TEXT, 0.5);
+ BIF_ThemeColorBlend(TH_BACK, TH_TEXT, 0.2);
starty= soops->v2d.tot.ymax-OL_H/2;
startx= 6;
outliner_draw_hierarchy(soops, &soops->tree, startx, &starty);