Swapped k{Up,Down}SortArrow*. This not only makes the naming more intuitive
(the "down" arrow actually points down, now), it also uses the arrows consistent with Tracker -- i.e. arrow pointing down means ascending order. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
146f113fec
commit
1ad26e2a7f
@ -127,7 +127,7 @@ static const unsigned char kColumnMoveCursorData[] = {
|
||||
0x0f, 0xf0, 0x07, 0xe0, 0x03, 0xc0, 0x01, 0x80
|
||||
};
|
||||
|
||||
static const unsigned char kUpSortArrow8x8[] = {
|
||||
static const unsigned char kDownSortArrow8x8[] = {
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff,
|
||||
@ -138,7 +138,7 @@ static const unsigned char kUpSortArrow8x8[] = {
|
||||
0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0xff
|
||||
};
|
||||
|
||||
static const unsigned char kDownSortArrow8x8[] = {
|
||||
static const unsigned char kUpSortArrow8x8[] = {
|
||||
0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff,
|
||||
0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff,
|
||||
@ -149,7 +149,7 @@ static const unsigned char kDownSortArrow8x8[] = {
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff
|
||||
};
|
||||
|
||||
static const unsigned char kUpSortArrow8x8Invert[] = {
|
||||
static const unsigned char kDownSortArrow8x8Invert[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0x1f, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
@ -160,7 +160,7 @@ static const unsigned char kUpSortArrow8x8Invert[] = {
|
||||
0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff
|
||||
};
|
||||
|
||||
static const unsigned char kDownSortArrow8x8Invert[] = {
|
||||
static const unsigned char kUpSortArrow8x8Invert[] = {
|
||||
0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0x1f, 0x1f, 0x1f, 0xff, 0xff, 0xff,
|
||||
|
Loading…
x
Reference in New Issue
Block a user