Tiny cosmetic tweak to the outliner, making the

connecting line not so strong to see the other icons easier
This commit is contained in:
Matt Ebb
2005-10-28 15:25:29 +00:00
parent 146fea2668
commit 7cfa2ac608

View File

@@ -2363,8 +2363,8 @@ static void outliner_draw_tree(SpaceOops *soops)
starty= soops->v2d.tot.ymax-OL_H;
outliner_draw_selection(soops, &soops->tree, &starty);
// black hierarchy lines
glColor3ub(0,0,0);
// grey hierarchy lines
glColor3ub(110,110,110);
starty= soops->v2d.tot.ymax-OL_H/2;
startx= 6;
outliner_draw_hierarchy(soops, &soops->tree, startx, &starty);