From f58154d28e8bd4ab287a31f419db93ac4c24fb60 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 22 Apr 2003 21:15:41 +0000 Subject: Fixes part of #41148, #41216 and #41235 2003-04-22 Rodrigo Moya Fixes part of #41148, #41216 and #41235 * gui/e-itip-control.c (init): * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct, e_meeting_time_selector_add_key_color): * gui/e-timezone-entry.c (e_timezone_entry_init): * gui/gnome-cal.c (setup_widgets): * gui/tasks-control.c (confirm_expunge): * gui/dialogs/comp-editor.c (setup_widgets): * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct): * gui/dialogs/meeting-page.c (meeting_page_construct): * gui/dialogs/recurrence-page.c (make_weekly_special, make_monthly_special, make_ending_count_special): * gui/dialogs/schedule-page.c (schedule_page_construct): use HIG-suggested spacing. svn path=/trunk/; revision=20927 --- calendar/gui/gnome-cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/gnome-cal.c') diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index b56f4a1824..bd480381a8 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -741,7 +741,7 @@ setup_widgets (GnomeCalendar *gcal) G_CALLBACK (search_bar_category_changed_cb), gcal); gtk_widget_show (priv->search_bar); - gtk_box_pack_start (GTK_BOX (gcal), priv->search_bar, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (gcal), priv->search_bar, FALSE, FALSE, 6); /* The main HPaned, with the notebook of calendar views on the left and the ECalendar and ToDo list on the right. */ @@ -751,7 +751,7 @@ setup_widgets (GnomeCalendar *gcal) g_signal_connect (priv->hpane, "button_release_event", G_CALLBACK (gnome_calendar_hpane_resized), gcal); gtk_widget_show (priv->hpane); - gtk_box_pack_start (GTK_BOX (gcal), priv->hpane, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (gcal), priv->hpane, TRUE, TRUE, 6); /* The Notebook containing the 4 calendar views. */ priv->notebook = gtk_notebook_new (); -- cgit v1.2.3