aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);