aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--calendar/ChangeLog13
-rw-r--r--calendar/gui/dialogs/meeting-page.glade6
-rw-r--r--calendar/gui/dialogs/schedule-page.glade2
-rw-r--r--calendar/gui/e-meeting-time-sel.c2
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. */