Tweak the latch position

This commit is contained in:
John Scipione
2013-04-27 19:40:28 -04:00
parent e8a78127bd
commit d3277fa8e7
+1 -1
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;