aboutsummaryrefslogtreecommitdiff
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
parente66976bb25cc4c8d7786cb8b0ef5bce1ae3c0082 (diff)
adjusted window size of notification window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3435 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--src/notificationwindow.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 101826bf..31d7a83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-07
+
+ * src/notificationwindow.c: adjusted window size.
+
2014-11-06
* src/gtkutils.[ch]: added gtkut_get_dpi_multiplier() which returns
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 */