Revision 3219
| src/notificationwindow.c (revision 3219) | ||
|---|---|---|
| 139 | 139 |
g_signal_connect(G_OBJECT(window), "motion_notify_event", |
| 140 | 140 |
G_CALLBACK(nwin_motion_notify), NULL); |
| 141 | 141 |
|
| 142 |
vbox = gtk_vbox_new(FALSE, 0);
|
|
| 142 |
vbox = gtk_vbox_new(FALSE, 4);
|
|
| 143 | 143 |
gtk_container_add(GTK_CONTAINER(window), vbox); |
| 144 | 144 |
|
| 145 | 145 |
msglabel = gtk_label_new(message); |
Also available in: Unified diff