Mercurial > pidgin
changeset 28551:c967e6d63da9
I forgot to set the border on the proxy tab. This looks much better now.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 11 Nov 2009 16:16:45 +0000 |
parents | be170630d071 |
children | 205086f45b2d |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Wed Nov 11 16:14:34 2009 +0000 +++ b/pidgin/gtkprefs.c Wed Nov 11 16:16:45 2009 +0000 @@ -2175,6 +2175,7 @@ PurpleProxyInfo *proxy_info; ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE); + gtk_container_set_border_width(GTK_CONTAINER(ret), PIDGIN_HIG_BORDER); vbox = pidgin_make_frame(ret, _("Proxy Server")); prefs_proxy_frame = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE);