Mercurial > pidgin
changeset 6389:c05c02b6bfc8
[gaim-migrate @ 6894]
Fixed up the spacing a bit in the raw window.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 06 Aug 2003 09:03:09 +0000 |
parents | 9e49daffac97 |
children | 7788dd90cfe7 |
files | plugins/raw.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);