From eee3bb221a6b8a338e0ede71d73b4e0842a473f1 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 13 Feb 2013 09:28:55 +0000 Subject: adjusted paddings. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3219 ee746299-78ed-0310-b773-934348b2243d --- src/notificationwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3