From 3a4478a2993f740cc008b0eac609f33768275048 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 19 May 2003 16:24:33 +0000 Subject: Added HIG-blessed padding to (some of) the widgets in the dialog. 2003-05-19 Anna Marie Dirks * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct): Added HIG-blessed padding to (some of) the widgets in the dialog. * gui/dialogs/meeting-page.glade: Added HIG-blessed border width and spacing to the meeting page of the event editor. * gui/dialogs/schedule-page.glade: Added HIG-blessed border width to the schedule page on the event editor. svn path=/trunk/; revision=21256 --- calendar/gui/dialogs/meeting-page.glade | 6 +++--- calendar/gui/dialogs/schedule-page.glade | 2 +- calendar/gui/e-meeting-time-sel.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/meeting-page.glade b/calendar/gui/dialogs/meeting-page.glade index f2b68c03cf..3b72c37b47 100644 --- a/calendar/gui/dialogs/meeting-page.glade +++ b/calendar/gui/dialogs/meeting-page.glade @@ -13,7 +13,7 @@ - 4 + 12 True False 6 @@ -26,7 +26,7 @@ - 4 + 6 True 1 2 @@ -128,7 +128,7 @@ - 4 + 6 True 1 3 diff --git a/calendar/gui/dialogs/schedule-page.glade b/calendar/gui/dialogs/schedule-page.glade index 777e910817..2ef8a1d9f5 100644 --- a/calendar/gui/dialogs/schedule-page.glade +++ b/calendar/gui/dialogs/schedule-page.glade @@ -13,7 +13,7 @@ - 4 + 12 True False 6 diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index c4286f91a4..0bdcab7d8b 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -411,7 +411,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingModel *em separator = gtk_hseparator_new (); gtk_table_attach (GTK_TABLE (mts), separator, - 0, 5, 4, 5, GTK_FILL, 0, 0, 0); + 0, 5, 4, 5, GTK_FILL, 0, 6, 6); gtk_widget_show (separator); /* Create the Invite Others & Options buttons on the left. */ -- cgit v1.2.3