diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-20 09:40:52 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2012-06-20 09:40:52 +0000 |
commit | a57acc865dbc1168f1287961c25c4249389bb246 (patch) | |
tree | 35a7d971d8ce430caa332cb9981a706d2b058038 /src | |
parent | c8147e31e3a0cb53c12076da6ba12eda72335f6d (diff) |
adjusted the width of the attach column.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3114 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/summaryview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/summaryview.c b/src/summaryview.c index b1f3e7b2..ef483233 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -122,11 +122,11 @@ #ifdef G_OS_WIN32 # define SUMMARY_COL_MARK_WIDTH 23 # define SUMMARY_COL_UNREAD_WIDTH 26 -# define SUMMARY_COL_MIME_WIDTH 19 +# define SUMMARY_COL_MIME_WIDTH 21 #else # define SUMMARY_COL_MARK_WIDTH 21 # define SUMMARY_COL_UNREAD_WIDTH 24 -# define SUMMARY_COL_MIME_WIDTH 17 +# define SUMMARY_COL_MIME_WIDTH 19 #endif static GdkPixbuf *mark_pixbuf; |