Wed, 06 Aug 2003 09:03:09 +0000
[gaim-migrate @ 6894]
Fixed up the spacing a bit in the raw window.
| plugins/raw.c | file | annotate | diff | comparison | revisions |
--- a/plugins/raw.c Wed Aug 06 09:01:26 2003 +0000 +++ b/plugins/raw.c Wed Aug 06 09:03:09 2003 +0000 @@ -98,6 +98,7 @@ /* Setup the window. */ window = gtk_window_new(GTK_WINDOW_TOPLEVEL); + gtk_container_set_border_width(GTK_CONTAINER(window), 6); g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(window_closed_cb), NULL);