aboutsummaryrefslogtreecommitdiff
path: root/src/pixmaps
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-07 07:40:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-07 07:40:06 +0000
commit39c49cbb79d346f277d236c6b069a9de7dad4211 (patch)
treead31dc7288af4d27c5c5b8ffbb5eac265ced41b8 /src/pixmaps
parent130f58af6de1b8669c01ee873a4188b2ffd9c4d5 (diff)
reimplemented folder view with GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@202 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/dir-close.xpm4
-rw-r--r--src/pixmaps/dir-noselect.xpm4
-rw-r--r--src/pixmaps/dir-open.xpm4
3 files changed, 3 insertions, 9 deletions
diff --git a/src/pixmaps/dir-close.xpm b/src/pixmaps/dir-close.xpm
index f6092fb3..092ee8c1 100644
--- a/src/pixmaps/dir-close.xpm
+++ b/src/pixmaps/dir-close.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * dir_close_xpm[] = {
-"16 16 81 1",
+"16 14 81 1",
" c None",
". c #000000",
"+ c #79A0D4",
@@ -83,7 +83,6 @@ static char * dir_close_xpm[] = {
"O c #6585C7",
"P c #536BA3",
" ",
-" ",
" .... ",
" .+@@#. ",
" .$%&*=-...... ",
@@ -96,5 +95,4 @@ static char * dir_close_xpm[] = {
" .x6yz*ABCnDEF.",
" .GHIJKLMNOwFP.",
" ............ ",
-" ",
" "};
diff --git a/src/pixmaps/dir-noselect.xpm b/src/pixmaps/dir-noselect.xpm
index 177488d9..e4685075 100644
--- a/src/pixmaps/dir-noselect.xpm
+++ b/src/pixmaps/dir-noselect.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * dir_noselect_xpm[] = {
-"16 16 75 1",
+"16 14 75 1",
" c None",
". c #7F7F7F",
"+ c #BCCFE9",
@@ -77,7 +77,6 @@ static char * dir_noselect_xpm[] = {
"I c #B2C2E3",
"J c #A9B5D1",
" ",
-" ",
" .... ",
" .+@@#. ",
" .$%&*=-...... ",
@@ -90,5 +89,4 @@ static char * dir_noselect_xpm[] = {
" ./4tu*vwxjyzA.",
" .B*CDEFGHIsAJ.",
" ............ ",
-" ",
" "};
diff --git a/src/pixmaps/dir-open.xpm b/src/pixmaps/dir-open.xpm
index 19fd6cd6..2312616d 100644
--- a/src/pixmaps/dir-open.xpm
+++ b/src/pixmaps/dir-open.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char * dir_open_xpm[] = {
-"16 16 64 1",
+"16 14 64 1",
" c None",
". c #000000",
"+ c #7EA4D8",
@@ -66,7 +66,6 @@ static char * dir_open_xpm[] = {
"x c #8BB2DF",
"y c #759ED5",
" ",
-" ",
" .... ",
" .+@#$. ",
" .$%&*=-...... ",
@@ -79,5 +78,4 @@ static char * dir_open_xpm[] = {
" .dopppppqlrs..",
" .tuvvvvvvwxy..",
" ............ ",
-" ",
" "};