Tweak the latch position

This commit is contained in:
John Scipione 2013-04-27 17:54:04 -04:00
parent e8a78127bd
commit d3277fa8e7

View File

@ -498,7 +498,7 @@ void
PaneSwitch::DrawInState(PaneSwitch::State state)
{
BRect rect(0, 0, 12, 12);
rect.OffsetBy(-1, -1);
rect.OffsetBy(1, 1);
rgb_color arrowColor = state == kPressed ? kHighlightColor : kNormalColor;
int32 arrowDirection = BControlLook::B_RIGHT_ARROW;