Thu, 17 Oct 2002 04:19:25 +0000
[gaim-migrate @ 3857]
this border fix from click should make things look nicer.
| src/about.c | file | annotate | diff | comparison | revisions |
--- a/src/about.c Thu Oct 17 02:42:44 2002 +0000 +++ b/src/about.c Thu Oct 17 04:19:25 2002 +0000 @@ -159,6 +159,7 @@ gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, "markster@marko.net\n", -1, "email", NULL); sw = gtk_scrolled_window_new(NULL, NULL); + gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);