mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Tweak the latch position
This commit is contained in:
parent
e8a78127bd
commit
d3277fa8e7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user