aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2003-05-20 00:24:33 +0800
committerAnna Dirks <anna@src.gnome.org>2003-05-20 00:24:33 +0800
commit3a4478a2993f740cc008b0eac609f33768275048 (patch)
treed038a2a53455d22edc510d342c1914a7886517dc /calendar/gui/e-meeting-time-sel.c
parent3ce3a1d2675da36e9baa7ac2704d5593a9bf1066 (diff)
downloadgsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar.gz
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar.bz2
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar.lz
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar.xz
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.tar.zst
gsoc2013-evolution-3a4478a2993f740cc008b0eac609f33768275048.zip
Added HIG-blessed padding to (some of) the widgets in the dialog.
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. svn path=/trunk/; revision=21256
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
1 files changed, 1 insertions, 1 deletions
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. */