Re: [evolution-patches] e-error border width fix




ugh you mean they need to be even bigger?  ugh.

sure go for it.

On Thu, 2004-06-03 at 16:38 -0400, William Jon McCann wrote:
Hi,

Here is a minor patch to add the HIG border width to the error dialogs.

OK to commit?

Jon
Plain text document attachment (e-e-border.patch)
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.312
diff -p -u -r1.312 ChangeLog
--- ChangeLog	1 Jun 2004 17:14:48 -0000	1.312
+++ ChangeLog	3 Jun 2004 20:37:19 -0000
@@ -1,3 +1,7 @@
+2004-06-03  William Jon McCann  <mccann jhu edu>
+
+	* e-error.c (e_error_newv): Add HIG border width for dialog window.
+
 2004-06-01  Christian Neumair  <chris gnome-de org>
 
 	* Makefile.am (test_error_LDADD): Link test-error against libeutil.
Index: e-error.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-error.c,v
retrieving revision 1.11
diff -p -u -r1.11 e-error.c
--- e-error.c	31 May 2004 08:54:39 -0000	1.11
+++ e-error.c	3 Jun 2004 20:37:19 -0000
@@ -395,6 +395,8 @@ e_error_newv(GtkWindow *parent, const ch
 	dialog = (GtkDialog *)gtk_dialog_new();
 	gtk_dialog_set_has_separator(dialog, FALSE);
 
+	gtk_container_set_border_width((GtkContainer *)dialog, 6);
+
 	if (parent == NULL && ee_parent_list)
 		parent = (GtkWindow *)ee_parent_list->data;
 	if (parent)
--
Michael Zucchi <notzed ximian com>

Ximian Evolution and Free Software Developer


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]