aboutsummaryrefslogtreecommitdiff
path: root/src/notificationwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-07 09:41:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-07 09:41:20 +0000
commit0965852c6383744c63a0cd3262ac8a9c9892da8c (patch)
treec947915e619c4aace1d6450e7c3c6fa1141b5151 /src/notificationwindow.c
parente66976bb25cc4c8d7786cb8b0ef5bce1ae3c0082 (diff)
adjusted window size of notification window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3435 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/notificationwindow.c')
-rw-r--r--src/notificationwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notificationwindow.c b/src/notificationwindow.c
index 73d2fffa..966c7083 100644
--- a/src/notificationwindow.c
+++ b/src/notificationwindow.c
@@ -35,7 +35,7 @@
#include "gtkutils.h"
#define NOTIFICATIONWINDOW_NOTIFY_PERIOD 10000
-#define NOTIFICATIONWINDOW_WIDTH 400
+#define NOTIFICATIONWINDOW_WIDTH 380
#define NOTIFICATIONWINDOW_HEIGHT 80
#define FADE_REFRESH_RATE 50 /* ms */
#define FADE_SPEED 5 /* pixels */