Tweak the latch position
This commit is contained in:
@@ -498,7 +498,7 @@ void
|
|||||||
PaneSwitch::DrawInState(PaneSwitch::State state)
|
PaneSwitch::DrawInState(PaneSwitch::State state)
|
||||||
{
|
{
|
||||||
BRect rect(0, 0, 12, 12);
|
BRect rect(0, 0, 12, 12);
|
||||||
rect.OffsetBy(-1, -1);
|
rect.OffsetBy(1, 1);
|
||||||
|
|
||||||
rgb_color arrowColor = state == kPressed ? kHighlightColor : kNormalColor;
|
rgb_color arrowColor = state == kPressed ? kHighlightColor : kNormalColor;
|
||||||
int32 arrowDirection = BControlLook::B_RIGHT_ARROW;
|
int32 arrowDirection = BControlLook::B_RIGHT_ARROW;
|
||||||
|
|||||||
Reference in New Issue
Block a user