aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 09:28:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-13 09:28:55 +0000
commiteee3bb221a6b8a338e0ede71d73b4e0842a473f1 (patch)
tree0b4d4cee310dee186940b39aed7993a25c352ad7 /src
parent52a43ba26319af94b00a983fcc5fe356494161e0 (diff)
adjusted paddings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3219 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/notificationwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notificationwindow.c b/src/notificationwindow.c
index f1cc2363..2e7b46e5 100644
--- a/src/notificationwindow.c
+++ b/src/notificationwindow.c
@@ -139,7 +139,7 @@ gint notification_window_open(const gchar *message, const gchar *submessage,
g_signal_connect(G_OBJECT(window), "motion_notify_event",
G_CALLBACK(nwin_motion_notify), NULL);
- vbox = gtk_vbox_new(FALSE, 0);
+ vbox = gtk_vbox_new(FALSE, 4);
gtk_container_add(GTK_CONTAINER(window), vbox);
msglabel = gtk_label_new(message);