diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-25 08:21:20 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-25 08:21:20 +0000 |
commit | 80ce4c1f69c088289c3c67408c820a03d0b04055 (patch) | |
tree | 29890de80367bd066e731075d7be5965b0d43c22 /src/defs.h | |
parent | d97b4ce5ed25db02c5488c23bfdfa96ea3f5acd8 (diff) |
improved font management.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@39 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -103,10 +103,6 @@ #define SESSION_TIMEOUT_INTERVAL 60 /* sec */ #define MAX_HISTORY_SIZE 16 -#define DEFAULT_NORMAL_FONT "Sans 12" #define DEFAULT_MESSAGE_FONT "Sans 14" -#define DEFAULT_BOLD_FONT "Sans Bold 12" -#define DEFAULT_SMALL_FONT "Sans 10" -#define DEFAULT_TITLE_FONT "Sans 16" #endif /* __DEFS_H__ */ |