# HG changeset patch # User Christian Hammond # Date 1060160589 0 # Node ID c05c02b6bfc88f8e237476fee5d04371e9f8d2d6 # Parent 9e49daffac9711a349a12b88f06630725e55b3ff [gaim-migrate @ 6894] Fixed up the spacing a bit in the raw window. committer: Tailor Script diff -r 9e49daffac97 -r c05c02b6bfc8 plugins/raw.c --- 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);