Mercurial > hg > easyhg-kdiff3
comparison kdiff3/src-QT4/xpm/up1arrow.xpm @ 75:08ea9b86c12c
KDiff3-0.9.91
author | joachim99 |
---|---|
date | Sat, 04 Nov 2006 00:05:00 +0000 |
parents | kdiff3/src/xpm/up1arrow.xpm@8febbfb1148c |
children |
comparison
equal
deleted
inserted
replaced
74:069521efec1a | 75:08ea9b86c12c |
---|---|
1 /* XPM */ | |
2 static const char *up1arrow[]={ | |
3 "16 16 3 1", | |
4 ". c None", | |
5 "# c #000000", | |
6 "a c #0080ff", | |
7 "................", | |
8 "................", | |
9 "................", | |
10 "................", | |
11 "................", | |
12 ".......##.......", | |
13 "......#aa#......", | |
14 ".....#aaaa#.....", | |
15 "....#aaaaaa#....", | |
16 "...#aaaaaaaa#...", | |
17 "..############..", | |
18 "................", | |
19 "................", | |
20 "................", | |
21 "................", | |
22 "................"}; |