Mercurial > pidgin
changeset 3724:222a6e84284d
[gaim-migrate @ 3857]
this border fix from click should make things look nicer.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 17 Oct 2002 04:19:25 +0000 |
parents | f9a8b07506a4 |
children | dd48b1ac5bd8 |
files | src/about.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);