From 637fbe0446df03189f7f2989ad8d5a574edc3489 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 21 Jan 2005 21:56:12 +0000 Subject: Call gtk_widget_ensure_style to ensure that we set the border widths of 2005-01-21 Rodney Dawes * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): Call gtk_widget_ensure_style to ensure that we set the border widths of some dialog containers properly for HIG compliance svn path=/trunk/; revision=28498 --- addressbook/gui/contact-editor/e-contact-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index a5e4039777..b26c40811d 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3042,6 +3042,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor) e_contact_editor->app = glade_xml_get_widget (gui, "contact editor"); widget = e_contact_editor->app; + gtk_widget_ensure_style (widget); gtk_window_set_type_hint (GTK_WINDOW (widget), GDK_WINDOW_TYPE_HINT_NORMAL); gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (widget)->vbox), 0); gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (widget)->action_area), 12); -- cgit v1.2.3