Made the border line darker for B_BORDERED_WINDOW_LOOK - menus look much better now

(but should still have their own look that includes the bevel, I think).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13469 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-07-05 23:10:08 +00:00
parent 948356def1
commit 5c228514df

View File

@ -499,7 +499,7 @@ STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
break;
}
case B_BORDERED_WINDOW_LOOK: {
_driver->StrokeRect(r, fFrameColors[0]);
_driver->StrokeRect(r, fFrameColors[5]);
break;
}