diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 13 | ||||
-rw-r--r-- | calendar/gui/dialogs/meeting-page.glade | 6 | ||||
-rw-r--r-- | calendar/gui/dialogs/schedule-page.glade | 2 | ||||
-rw-r--r-- | calendar/gui/e-meeting-time-sel.c | 2 |
4 files changed, 18 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7365bcb37f..a3cee313c8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-05-19 Anna Marie Dirks <anna@ximian.com> + + * 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. + + 2003-05-19 JP Rosevear <jpr@ximian.com> Fixes #43103 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 @@ <child> <widget class="GtkVBox" id="meeting-page"> - <property name="border_width">4</property> + <property name="border_width">12</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> @@ -26,7 +26,7 @@ <child> <widget class="GtkTable" id="organizer-table"> - <property name="border_width">4</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">1</property> <property name="n_columns">2</property> @@ -128,7 +128,7 @@ <child> <widget class="GtkTable" id="existing-organizer-table"> - <property name="border_width">4</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">1</property> <property name="n_columns">3</property> 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 @@ <child> <widget class="GtkVBox" id="schedule-page"> - <property name="border_width">4</property> + <property name="border_width">12</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> 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. */ |